Simon McVittie

Results 1191 comments of Simon McVittie

> This bug report should be opened here: :https://github.com/flathub/org.musescore.MuseScore Not necessarily: this looks more likely to be a general problem with running Flatpak apps on this particular machine (or on...

> Are you running Flatpak in some sort of container, chroot, or other environment that is not the "real" operating system? The answer appears to be yes: the typical way...

> This also happens reproduces when trying to build Flatpak packages with flatpak-builder in Bitbucket CI, maybe related to this: https://jira.atlassian.com/browse/BCLOUD-13420. If `CAP_SYS_ADMIN` is not available, then bubblewrap and therefore...

@TingPing, if you liked #5801 then this might also be of interest.

> Run a Flatpak with the arguments --socket=x11 --nosocket=fallback-x11 Why would you do this? The best description I can see of the semantics of those options is something like this:...

The important use-case for combining `--socket=x11` and `--nosocket=fallback-x11` is that if they happen at different levels of precedence, they should combine in the way that a user would expect (whatever...

To be able to use this technique, someone with admin powers on this repository will have to enable the "Allow merge commits — Add all commits from the head branch...

https://github.com/smcv/flatpak/pull/1 is what the equivalent of https://github.com/flatpak/flatpak/pull/5799 would look like if we switched to using a subtree. I think it's a much more useful representation of the change. If we...

> This repo crashes [git-cola](https://git-cola.github.io/). It's not a tool I use often but I happened to have around; Not a blocker or anything but worth mentioning. For what it's worth,...

> If we go this route, we should follow it up by also converting `variant-schema-compiler` into a subtree, and probably replacing `subprojects/bubblewrap` and `subprojects/dbus-proxy` with Meson `subprojects/bubblewrap.wrap` and `subprojects/dbus-proxy.wrap` files...