mijorus / gearlever

Manage AppImages with ease 📦
https://mijorus.it/projects/gearlever
GNU General Public License v3.0
429 stars 15 forks source link

AppImages not showing #95

Closed ItzcoR closed 1 month ago

ItzcoR commented 2 months ago

AppImages not showing despite being pointed to the correct directory. image

AppImages can still be opened directly from a file explorer, but not from Gear Level. For every AppImage on the default location this error shows up:

ERROR [MultiInstall.py:158] [Errno 2] No such file or directory: 'strings' When tyring to open an AppImage from Gear Lever this error show up on the logs with debug mode enabled:

WARNING [AppImageProvider.py:140] [Errno 2] No such file or directory: 'strings'
DEBUG [utils.py:37] Running ['strings', '-d', '-n', '29', '/home/itzco/AppImages/gearlever_anytype_8b5aba.appimage']

I don't know what the 'strings' argument on the previous line refers to.

I'm using the flatpak version of Gear Lever with read,write,grant-permissions on the selected folder. Tried repairing the flatpak installation, but nothing changed.

Please let me know if there is anything else I can try or share to solve this. Thanks

ncurrier commented 2 months ago

I am getting the same on the latest release. All apps are gone and cant be re-added, They launch just fine though

NoHidSe commented 2 months ago

also getting this error but my fix was reverting to an old commit by using sudo flatpak update --commit=828b4403f2980992ffb3001c00a506ffde2c42293959cbb7c95d702f83b6a07d it.mijorus.gearlever not recommended because its a previous build but a good fix until @mijorus fixes it

mijorus commented 2 months ago

version 1.6.2 should fix this issue, it will be released soon

OlaoluwaM commented 2 months ago

Looking forward to the release, until the meantime, I will be downgrading also

Ed-Gall commented 2 months ago

I have this problem too, waiting for the update!

mijorus commented 2 months ago

Please, update to the latest version and close the issue if it has been fixed

OlaoluwaM commented 2 months ago

Looks like the new release isn't available on Flathub yet 🤔 https://flathub.org/apps/it.mijorus.gearlever

OlaoluwaM commented 2 months ago

I found a way to upgrade, and it works now! Thanks for the quick fix

Ed-Gall commented 1 month ago

Now it works again, thank you! aaa

mijorus commented 1 month ago

Thanks for contributing with this bug report.

If you want to support my work, please consider a small donation.

https://ko-fi.com/mijorus

ItzcoR commented 1 month ago

Thanks for the quick fix