Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Flatpak Support #62
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
jdsmit60
Apr 13, 2017
If you really want to run anbox on Arch (like me) despite Arch not being supported, there's an AUR package: anbox-git. You'll have to install boost and doxygen before installing anbox-git, since those two packages are missing dependencies for a package that anbox-git pulls in.
jdsmit60
commented
Apr 13, 2017
|
If you really want to run anbox on Arch (like me) despite Arch not being supported, there's an AUR package: anbox-git. You'll have to install boost and doxygen before installing anbox-git, since those two packages are missing dependencies for a package that anbox-git pulls in. |
morphis
added
enhancement
help wanted
labels
Apr 14, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
morphis
Apr 14, 2017
Owner
Personally I don't have interest in create a flatpak for Anbox as I have enough work with the snap one already. But I am happy if somebody wants to work on this and will accept contributions adding flatpak support.
|
Personally I don't have interest in create a flatpak for Anbox as I have enough work with the snap one already. But I am happy if somebody wants to work on this and will accept contributions adding flatpak support. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
TingPing
Jan 9, 2018
Based on the readme you can't Flatpak this in the current state:
- Out-of-tree kernel modules for binder and ashmem as no distribution kernel ships both enabled.
- A udev rule to set correct permissions for /dev/binder and /dev/ashmem
- A upstart job which starts the Anbox session manager as part of a user session.
Flatpak's can't get root access and can't install things onto the host, they can't add udev rules (they aren't guaranteed to be portable between udev versions), and well upstart is ofc not remotely portable.
TingPing
commented
Jan 9, 2018
•
|
Based on the readme you can't Flatpak this in the current state:
Flatpak's can't get root access and can't install things onto the host, they can't add udev rules (they aren't guaranteed to be portable between udev versions), and well upstart is ofc not remotely portable. |
sebasmagri commentedApr 12, 2017
Make sure you are running the latest version of Anbox before reporting an issue.
Please also check that no similar bug is already reported. Have a look on the
list of open bugs at https://github.com/anbox/anbox/issues
Anbox release (
anbox version) and system info (anbox system-info):Description of the problem:
I would like to have anbox available on FlatPak format. It has not been possible for me to use snap on ArchLinux.
Expected:
Be able to install Anbox with FlatPak
Additional info: