-
Notifications
You must be signed in to change notification settings - Fork 1
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
PackageKit qml implementation #3
Comments
This needs to be implemented in a way that:
|
My primary focus is going to be on the xdg-app backend, but I'll try to build it in a way that will make it easy to add a backend for PackageKit if I or someone else has time to work on that. |
I didn't saw your commits with xdg-app and i still haven't looked into it but i think someone can write a package-kit backend for it. In the mean time we can use ostree just for updates. Do you think that is possible? |
@ibeliever It would be interesting if this had a PackageKit backend so that it could operate in a traditional distro environment (e.g. Fedora workstation), while also being flexible enough to support OSTree (which Fedora Atomic is built as, as an alternative to the regular model). Currently, no one has used rpm-ostree for composing a desktop, but it seems like an interesting challenge to do, and this software center supporting OSTree makes it an interesting possibility. |
I found this project that can be helpful in getting a way to interface with pacman it uses PackageKit that has a alpm backend. I have been trying to get it to build without much success but it looks promising even just as an implementation example https://github.com/nemomobile/qmlpackagemanager
Or even using PackageKit-Qt directly can be possible https://github.com/hughsie/PackageKit-Qt
The text was updated successfully, but these errors were encountered: