This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
appimaged recursion level/depth #14
Comments
Is it possible to do that using inotify? |
@azubieta removed recursion from the AppImage search a while ago. See AppImage/AppImageKit#686. |
Recursion is still used on app start (at least with appimaged from this repo). Tested with ./appimaged.AppImage -n -v |
You're right. We should fix this. |
Relevant code: https://github.com/AppImage/appimaged/blob/master/src/main.c#L108 @probonopd next time try using |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think it would be good if we were able to set recursion level.
I have several big libraries/frameworks in Applications folder (Android studio, android sdk, 4-5 versions of Qt, golang, etc), on start appimaged take a long time to check all the files.
The text was updated successfully, but these errors were encountered: