Tamás Szelei
Tamás Szelei
I think I can answer my question: wezterm is doing something special when running in flatpak: https://github.com/wez/wezterm/blob/99c9613966a73d5388344fd0df68d5977b493c7c/mux/src/domain.rs#L364 Is there interest in accepting a PR that adds this feature?
> I created a branch with similar approach as wezterm for retrieve the SHELL It's not working for some reason (but looking at the code, it _should_). I can also...
> Did you have configured shell in config file? No, I don't have anything configured, actually. > Cool please let me know any finding Sounds like svg is fine: "Icons...
The svg icon works and I made the change to use it (no more imagemagick! haha) The latest changes on the flatpak branch lead to crash right after startup. I...
> Do you know how alacritty does? (if exist in flatpak) No alacritty flatpak and from what I've seen in the repo, the maintainers have no interest in any packaging...
> how to point the flatpack-builder to the local directory In my local branch, I changed the source from a tarball to a local dir here: https://github.com/sztomi/flathub/blob/local/io.raphamorim.Rio.json#L44 And I created...
> Which it does not really exists, do you know if is possible to map it to the sandbox? It's not (without excessive filesystem permissions), but there is an escape...
> the configuration is very alike as well That is no coincidence, I used wezterm's config as a starting point. > [wez/wezterm@70931f5/ci/flatpak.sh#L4](https://github.com/wez/wezterm/blob/70931f58f1c7a57fd377f9862597e7b1fe070b52/ci/flatpak.sh#L4) This can also be useful as a starting...
@raphamorim Success! It runs fine and uses my shell. Yes, it picks wayland. I think the interesting test would be installing the same flatpak on an xorg system. I'll try...
> If the user has a configuration to prefer x11 or wayland in the compositor that will be choice. Yep, good to know there is explicit documentation supporting this. I...