Christian Hergert

Results 43 comments of Christian Hergert

> I'm not sure why the application needs to know what the name of the directory the file is in is. Because in a text editor it's helpful to give...

Additionally, it's nice to open a new `GtkFileChooserNative` in the same location as the focused file. If you can't actually get that location, you always end up at `$HOME` or...

> I'm struggling with the same issue for Pika Backup. However, I'm not sure if the portal is supposed to give me the correct path with --filesystem=host? Text Editor seems...

Currently in GNOME Text Editor we are seeing the focus not transitioned to the filechooser at all if you're on X11. https://gitlab.gnome.org/GNOME/gnome-text-editor/-/issues/334#note_1415335 has some additional details.

> I'm in the same situation. What are the steps to follow in order to fix this? Probably a couple of options to fixing this depending on how intrusive you...

Running with `selinux=0` certainly does fix being able to run the merged directories. However, https://github.com/systemd/systemd/pull/31000 (assuming it is in 256-rc1 which I think it is) does not fix the issue...

The one thing we lose with `--bind-mount=DEST=SRC` is that the bind mount is read-write, which means we may end up in a position where font caches are updated where we...

I don't think Builder can use it because we use a `flatpak` binary from the host and we support relatively far back to old versions (the Flatpak runs on CentOS...

> Do you want me to maintain the same commits and commit messages as are present now or is a single commit fine? I certainly don't mind if you change/update...

Personally I'd love to see us have a templating system for all of the apps/libraries/etc in Builder *outside* of Builder and just consume a library/tool for them. But since that...