tinywrkb / flatpaks

57 stars 13 forks source link

update_rust_to_minimum_ver_1.45.0 #2

Closed superuser-miguel closed 3 years ago

superuser-miguel commented 3 years ago

Update rust ro minimum version 1.45.0

tinywrkb commented 3 years ago

Is already updated to 1.49.0 in master and the app was building correctly when I bumped rust.

Also, I'm surprised that someone is using this, I'm only testing new Alacritty features with this Flatpak package, and using distro package for regular daily use.

If you want this app to be more useful then you might need to implement host access, see flaterm.
I'm not looking into this myself ATM because I'm not convinced that host access is the right approach.
I think that a global sandboxed environment, using the same shared Flatpak runtime, accessible to multiple CLI Flatpak packages is more correct, but this is much more complex and would be harder to implement or to have Flatpak devs to agree to it.

superuser-miguel commented 3 years ago

Also, I'm surprised that someone is using this, I'm only testing new Alacritty features with this Flatpak package, and using distro package for regular daily use.

I have been using it for some time now, It works within the container as expected. I will look into this more now, along with other projects.