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

PackageKit qml implementation #3

Open
ricardomv opened this issue Jan 7, 2016 · 4 comments
Open

PackageKit qml implementation #3

ricardomv opened this issue Jan 7, 2016 · 4 comments

Comments

@ricardomv
Copy link
Member

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

@iBelieve
Copy link
Member

iBelieve commented Jan 7, 2016

This needs to be implemented in a way that:

  1. Is cleanly separated from the xdg-app implementation.
  2. Can be disabled/hidden with using an OSTree system, as installing packages to the root filesystem won't work.

@iBelieve
Copy link
Member

iBelieve commented Jan 7, 2016

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.

@ricardomv
Copy link
Member Author

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?

@Conan-Kudo
Copy link

@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.

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