[sage-devel] Re: Feature request: Flatpak

2025-02-09 Thread Marc Culler
On Sunday, April 25, 2021 at 1:53:03 PM UTC-5 Samuel Lelievre wrote: Marc Culler's SageMath-macOS app could provide inspiration for that. After having done some research on this, my preference would be to package Sage as an AppImage, and I have plans for doing that. An AppImage needs to be

Re: [sage-devel] Re: Feature request: Flatpak

2025-02-09 Thread Dima Pasechnik
On Sun, Feb 9, 2025 at 11:30 AM Jerry Caligiure wrote: > > Hello! I'd really like to get this working on flatpak. I'm trying to sandbox > off applications from the system in Linux, and flatpak is an easy way to do > that. > I'm thinking we could use electron (https://www.electronjs.org/) to crea

[sage-devel] Re: Feature request: Flatpak

2025-02-09 Thread Jerry Caligiure
Hello! I'd really like to get this working on flatpak. I'm trying to sandbox off applications from the system in Linux, and flatpak is an easy way to do that. I'm thinking we could use electron (https://www.electronjs.org/) to create a gui if needed, but like stated previously you don't *need* a

[sage-devel] Re: Feature request: Flatpak

2021-04-25 Thread Samuel Lelievre
2021-04-18 08:17:31 UTC, Volker Braun: > flatpak is designed for gui apps, registering a desktop icon and so on. To really make use of it we'd need at least a small gui app that then lets you start/stop the jupyter server and/or launch browser windows. Marc Culler's SageMath-macOS app could p

[sage-devel] Re: Feature request: Flatpak

2021-04-24 Thread 318...@gmail.com
Flatpak actually can handle CLI-only apps: for example, see mosh or appstream-glib . They are hidden on the Flathub website, and that is by design

[sage-devel] Re: Feature request: Flatpak

2021-04-18 Thread Volker Braun
flatpak is designed for gui apps, registering a desktop icon and so on. To really make use of it we'd need at least a small gui app that then lets you start/stop the jupyter server and/or launch browser windows. If you just want to run Sage then there is already a one-liner podman / docker com