decipher3114 / Capter

A simple cross-platform screenshot tool made in rust
Apache License 2.0
89 stars 4 forks source link

support flatpak for wider distro support #5

Closed DaRandomCube closed 4 weeks ago

DaRandomCube commented 1 month ago

not every linux user are debian based users, and also not everyone use a mutable distro (there are immutable ones such as steamos) flatpak supports wider range of distros AND works well with immutable ones https://flatpak.org/

decipher3114 commented 4 weeks ago

Some features of capter doesn't work well with dynamically linked packages on different distro. This is why I have to remove .tar.gz from releases, because it is compiled on ubuntu and have issues on archlinux.

It is not issue with capter, but with the crates it uses. Maybe if a better crate is created in future, it will be possible.