-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
How to read icon of Appimage file ? #985
Comments
Hello @sonichy, please take a look at AppImageServices and plasma-appimage-integration. The first one is a set of dbus services that provide all the methods you may require in your file manager and ensures interoperability with other applications (like software centers or AppImageLauncher). The second is a set of plasma extensions that already make use of AppImageServices and you can use as reference. If you have any other questions or need an special feature please feel free to open an issue on the AppImageServices repo. |
Hi @sonichy and welcome to AppImage. Great to hear that you want to build AppImage icons into your file manager. If you are going the dbus route, the dbus server needs to be running, which cannot simply be assumed to be the case. So unless you are building your own distro where you can ensure that the dbus server is running, it's probably easier to just consume libappimage (and ideally link to it statically). Documentation is (supposed to be) at AppImageCommunity/libappimage#128. |
I heard that KDE can display icon of Appimage file. |
KDE is using libapimage. https://github.com/AppImage/libappimage |
@probonopd the docs are at https://docs.appimage.org/api/libappimage/, please feel free to put a link wherever it makes sense to you. |
I have linked them in README.md. Thanks. |
I am write a FileManager with Qt, I want to read icon of Appimage.
The text was updated successfully, but these errors were encountered: