gnucash-on-flatpak master: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sun Mar 27 14:12:26 EDT 2022
Updated via https://github.com/Gnucash/gnucash-on-flatpak/commit/a6e7fe53 (commit)
via https://github.com/Gnucash/gnucash-on-flatpak/commit/b023d29b (commit)
from https://github.com/Gnucash/gnucash-on-flatpak/commit/03e61e6b (commit)
commit a6e7fe5362eb9c1002793a4b98084a3e1ca1e50c
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Mar 27 11:09:16 2022 -0700
Bug 798486 - Empty reports in Flatpak GnuCash after Flatpak...
updated org.gnome.Platform
Per recommendation from WebKitGtk project lead.
diff --git a/org.gnucash.GnuCash.json b/org.gnucash.GnuCash.json
index 0d480f3..cdb337c 100644
--- a/org.gnucash.GnuCash.json
+++ b/org.gnucash.GnuCash.json
@@ -10,10 +10,11 @@
"rename-appdata-file": "gnucash.appdata.xml",
"finish-args": [
"--socket=wayland",
- "--socket=x11",
+ "--socket=fallback-x11",
"--share=ipc",
"--share=network",
"--filesystem=host",
+ "--device=dri",
"--metadata=X-DConf=migrate-path=/org/gnucash/GnuCash/"
],
"cleanup": [
commit b023d29b6db1a6d1c38ae3733961cc2746aaf327
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Sep 27 11:38:35 2021 -0700
Update mariadb-connector using the current mirror.
Also eliminates the certificate error on the old mirror.
diff --git a/modules/mariadb.json b/modules/mariadb.json
index b86851a..4ec5e12 100644
--- a/modules/mariadb.json
+++ b/modules/mariadb.json
@@ -16,8 +16,8 @@
"sources": [
{
"type": "archive",
- "url": "https://mirrors.syringanetworks.net/mariadb/connector-c-3.1.13/mariadb-connector-c-3.1.13-src.tar.gz",
- "sha256": "0271a5edfd64b13bca5937267474e4747d832ec62e169fc2589d2ead63746875"
+ "url": "https://mirror.jaleco.com/mariadb/connector-c-3.2.3/mariadb-connector-c-3.2.3-src.tar.gz",
+ "sha256": "b6aa38656438e092242a95d01d3a80a5ce95c7fc02ec81009f4f0f46262331f4"
}
],
"modules": [
Summary of changes:
modules/mariadb.json | 4 ++--
org.gnucash.GnuCash.json | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
More information about the gnucash-changes
mailing list