I packaged SQuirreL SQL as a Flatpak. The repository is here:
https://github.com/ender672/flathub
For now, I'm experimenting with this for personal use. Perhaps it can be
improved and submitted to a registry someday. Some issues:
- The sandbox permissions are pretty restrictive at this point. The only
filesystems permissions are for a persistent (but sandboxed)
~/.squirrel-sql directory.
- I only included the mariadb java connector, and it has to be
configured by adding the class path
/app/mariadb-java-connector/mariadb-java-client.jar to the driver.
- I'm not sure if I correctly named the flatpak app id
(org.squirrelsql.squirrelsql)
Any feedback or suggestions for the above would be appreciated.
Thanks,
Tim
|