Skip to content

Commit

Permalink
Use dbus-run-session to spawn nested flatpak-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Jan 4, 2022
1 parent 73ad53b commit 7901631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/flathub_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ def run(self):
util.Interpolate('--sandbox --delete-build-dirs --user ' + ' '.join(fb_deps_args) + ' --extra-sources=%(prop:builddir)s/../downloads '),
util.Property('flathub_subject')]
else:
command = ['flatpak', 'run', 'org.flatpak.Builder', '-v', '--force-clean', '--sandbox', '--delete-build-dirs',
command = ['dbus-run-session', 'flatpak', 'run', 'org.flatpak.Builder', '-v', '--force-clean', '--sandbox', '--delete-build-dirs',
'--user', fb_deps_args,
util.Property('extra_fb_args'),
'--mirror-screenshots-url=https://dl.flathub.org/repo/screenshots', '--repo', 'repo',
Expand Down

0 comments on commit 7901631

Please sign in to comment.