chrisawi

Results 65 comments of chrisawi
trafficstars

@rodrigopedra Is Epiphany installed in the user or system installation? `flatpak config` settings only apply to the specified installation since they control the installation of locale subsets. In theory, you...

As for the original issue, `en_150` is [not supported by glibc](https://sourceware.org/bugzilla/show_bug.cgi?id=22473). I don't see any evidence that Ubuntu has patched that in either. You need to use a supported locale...

With `separate-locales` enabled, `/app/share/locale/*/` are moved and replaced with symlinks during the build phase. If I'm reading the code correctly, the first module to create a locale dir ends up...

This ought to install to `/usr/local` by default (or at least as an option), but I think it still wouldn't work on Fedora Silverblue. Fedora's kernel [doesn't have the `ec_sys`...

Thanks for the report. It looks like the easiest fix would be to change the declaration of `env` to `g_auto(GStrv) env = NULL;` https://github.com/flatpak/flatpak/blob/main/session-helper/flatpak-session-helper.c#L218 Would you like to make a...

> locale: Cannot set LC_ALL to default locale: No such file or directory Is the `LC_ALL` env var set? If so, to what? Have you run `flatpak update` after making...

Related: https://github.com/flatpak/flatpak/issues/4792

I don't know that the current behavior is wrong, although I understand why you don't want it. To be honest, there should probably be another info message about masked updatable...

With Flatpak 1.16.0 on F41, I get: error: Failed to install org.freefilesync.FreeFileSync: Extra data not supported for non-gpg-verified local system installs It appears that FreeFileSync was already using extra data...

See https://github.com/flatpak/flatpak/issues/5982 for some possible diagnostics for a similar report of excessive disk activity. flatpak-session-helper doesn't really do all that much. In half a week, it's only written ~500kB here....