Replies: 3 comments 4 replies
-
Hello @mgord9518 While this sounds attractive I believe this will only slow down the development of our projects. We already have a divergent permission system. Instead we can exchange the knowledge of how to sandbox different resources. For example, it looks like your X11 code does not account for multiple X displays environments. Multiple X displays is not the same as single X display spanning multiple screens. https://github.com/mgord9518/aisap/blob/44ea1c3e6b01d761df9227c2b4665aa6fe917e02/wrap.go#L282 The See #54 |
Beta Was this translation helpful? Give feedback.
-
Also running bubblejail with AppImage was requested for a long time: #8 |
Beta Was this translation helpful? Give feedback.
-
@igo95862 Thanks for the tip about multiple X11 displays, I'll have to investigate. As far as the profile system, aisap is still in alpha and I do not believe a revamp of the profile system would slow it down if it meant future users could use the same tooling for both of our projects. I understand if a reworking of your profile system is impractical, in which case I'll probably just end up allowing aisap to import bubblejail profiles. Is running AppImages through bubblejail a planned feature? I took a quick scroll through that thread, finding the AppImage offset is pretty trivial and should be very easy to do in Python, I guess the main issue is the reliance on FUSE. |
Beta Was this translation helpful? Give feedback.
-
Hello, I maintain a project called aisap, which seems to have similar goals in mind, but is targeted at AppImages instead of traditionally-installed applications. In this thread, I would like to discuss a standard layout for application profiles that our projects could share in order to allow a seamless experience for users and possible future projects which may also want to utilize a simple profile system. I have written over 100 profiles for aisap, and I would love to see them easily usable for their non-AppImage counterparts
Asiap's profile system appears to be very similar to bubblejail's, so I believe both projects would be able to make a switch fairly easily if everyone is on board.
Some initial thoughts:
~/.config/application_profiles
?I'm eager to hear feedback and further ideas if willing to discuss.
Beta Was this translation helpful? Give feedback.
All reactions