public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add gvfs-client to the runtime
@ 2026-09-11 14:41 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-09-11 14:41 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : eeb319b3bb9e477f39a8cf81848cf671e0302369
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2021-04-20T09:35:37+02:00
            Stats  : +2/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/eeb319b3bb9e477f39a8cf81848cf671e0302369?branch=f45

            Log:
            Add gvfs-client to the runtime

We didn't look at gio modules when generating the list of packages to
include. This commit adds /usr/lib/x86_64-linux-gnu/gio/modules/ to the
paths to sync from upstream, which ends up nicely pulling in
gvfs-client.

https://github.com/fedora-silverblue/issue-tracker/issues/108

---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index a380b66..03565d3 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -185,6 +185,7 @@ data:
       - gtksourceview4
       - gupnp
       - gupnp-igd
+      - gvfs-client
       - gzip
       - harfbuzz
       - harfbuzz-icu

diff --git a/tools/list-files.py b/tools/list-files.py
index b74a6c5..6fe81f9 100755
--- a/tools/list-files.py
+++ b/tools/list-files.py
@@ -37,6 +37,7 @@ for d in python_dirs:
 
 output_dir_recurse('/usr/share/fonts')
 output_dir_recurse('/usr/share/themes')
+output_dir_recurse('/usr/lib/x86_64-linux-gnu/gio/modules/')
 output_dir_recurse('/usr/lib/x86_64-linux-gnu/gstreamer-1.0/')
 
 for d in ('gtk-2.0', 'gtk-3.0'):

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:41 [flatpaks/flatpak-runtime] f45: Add gvfs-client to the runtime Kalev Lember

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox