-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update #3
Update #3
Conversation
- Switch to fallback-x11 - Better source url for gtkspell
Started test build 104701 |
Build 104701 failed |
Started test build 104718 |
Build 104718 successful
|
- Add dri permission: `libEGL warning: wayland-egl: could not open /dev/dri/renderD128 (No such file or directory)`
Started test build 104738 |
Build 104738 successful
|
"sdk": "org.gnome.Sdk", | ||
"command": "formiko", | ||
"rename-icon": "formiko", | ||
"rename-desktop-file": "formiko.desktop", | ||
"rename-appdata-file": "formiko.metainfo.xml", | ||
"finish-args" : [ | ||
"--share=ipc", | ||
"--socket=x11", | ||
"--device=dri", | ||
"--socket=fallback-x11", | ||
"--socket=wayland", | ||
"--share=network", | ||
"--filesystem=home", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really needed or can this be reduced to a subset of $HOME
like XDG directories? I have opened an issue about using portals ondratu/formiko#39
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I replied to your issue. At this moment it is necessary for preview widget.
Please see the individual commits for the actual change and ignore the indentation change. It created a lot of noise.
Ping @ondratu please review, thanks!