I made some improvements:
- The manifest now pulls in JDBC drivers for MySQL, PostgreSQL, and
SQLite.
- JDBC drivers are now in the classpath and no extra configuration is
needed.
- The SQuirreL SQL settings directory was changed to $XDG_CONFIG_HOME
where flatpak expects config files to be stored.
If there aren't any objections, I would like to submit this to the flathub
registry.
Thanks,
Tim
On Sat, Feb 20, 2021 at 1:03 AM Tim Elliott <tl...@ho...> wrote:
> 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
>
|