Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apps with icase AppImage are not listed #81

Open
wesskywalker opened this issue Aug 27, 2022 · 9 comments
Open

apps with icase AppImage are not listed #81

wesskywalker opened this issue Aug 27, 2022 · 9 comments

Comments

@wesskywalker
Copy link

wesskywalker commented Aug 27, 2022

Current version:

% flatpak list:
AppImage Pool	io.github.prateekmedia.appimagepool	4.9.0	stable	system

About the App dialog displays V 4.9.9.
Some apps don't use the extension .AppImage, but they would rather user .appImage, .Appimage, .appimage or any other upper/lowercase combination.
No idea if this is canonical but it's what is happening.
Examples with avidemux:

Other software like appimagelauncherd use case insensitive so read whatever.

@prateekmedia
Copy link
Owner

I don't think so, if the app is not available in github then we don't have a way to get it.

@wesskywalker
Copy link
Author

Probably you are misunderstanding what I mean.
Download this file: https://github.com/mean00/avidemux2/releases/download/2.8.0/avidemux_2.8.0.appImage and place it inside $HOME/Applications. It will not be detected by appimagepool.

@wesskywalker
Copy link
Author

wesskywalker commented Aug 27, 2022

Use this:

wget https://github.com/mean00/avidemux2/releases/download/2.8.0/avidemux_2.8.0.appImage -O $HOME/Applications/avidemux_2.8.0.appImage

@prateekmedia
Copy link
Owner

Make it executable using
chmod +x whatever

@prateekmedia
Copy link
Owner

I will try this appimage once I am on my PC

@wesskywalker
Copy link
Author

I don't think it's related to exec permission.

@lfom
Copy link

lfom commented Sep 20, 2023

This still happens in v5.1.0. I was looking for a simple app to integrate downloaded AppImage files with the DE and found this issue. Readme says AppImagePool can manage integration but there is no option to open/import the files, the user must first copy the file to default download path, that curiously is ~/Applications instead of ~/Download.

Anyway it seems that it only detects files that end in .AppImage, ignoring anything else with the same extension but diffrence case. It is not related to file permssions.

@prateekmedia
Copy link
Owner

prateekmedia commented Sep 20, 2023

You can Infact change directory of AppImages but no systemwide auto appimage detect is possible for now.

@lfom
Copy link

lfom commented Sep 20, 2023

You can Infact change directory of AppImages but no systemwide auto appimage detect is possible for now.

Thank you for your quick reply. The default directory is not a big deal in my opinio (I will open a new issue about adding a feature so the user can open AppImage files from anywhere, what I think will improve the user experience).

What I think is more important is to fix the auto-detection of files with any extension, what seems to be broken as of now, at least in the latest release version:

  • .AppImage (works)
  • .appimage (is not detected)
  • .appImage (is not detected)
  • .Appimage (is not detected)

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants