Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
e89ca1a9
Commit
e89ca1a9
authored
Oct 17, 2024
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Nov 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play flatpak: Do not use bwrap-fix if bubblewrap build with priv_mode=none (eterbug #17394)
parent
969317b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
flatpak.sh
prescription.d/flatpak.sh
+4
-2
No files found.
prescription.d/flatpak.sh
View file @
e89ca1a9
...
...
@@ -46,7 +46,9 @@ fi
# Без перезагрузки dbus, порталы не заработают
serv dbus reload
# https://bugzilla.altlinux.org/46690 and https://github.com/flatpak/flatpak/wiki/User-namespace-requirements
epm prescription bwrap-fix
# C версии 0.10.0-alt1.1 bubblewrap собирается с опцией priv_mode=none поэтому фикс не нужен
if
[
!
$(
epm depends bubblewrap |
grep
sysctl-conf-userns
)
]
;
then
epm prescription bwrap-fix
fi
echo
"You need to log out of the session for flatpak to work."
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment