public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Add gvfs-client to the runtime
Date: Fri, 11 Sep 2026 14:41:40 GMT [thread overview]
Message-ID: <178913770065.1.15696976648739496081.flatpaks-flatpak-runtime-eeb319b3bb9e@fedoraproject.org> (raw)
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'):
reply other threads:[~2026-09-11 14:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178913770065.1.15696976648739496081.flatpaks-flatpak-runtime-eeb319b3bb9e@fedoraproject.org \
--to=klember@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox