Matej Marusak

Results 85 comments of Matej Marusak

> landing page > insert it into the Firefox, it works Sorry, what is "landing page"? What browser it uses?

Right now it is not possible to do this from UI. We could implement this but we would need some good UI. Some notes: - There are almost 40 capabilities...

> > By default podman enables around 10 of them (can be changed in config files) > Closer to reasonable. I mean, those are added by default but users can...

I checked what packages changed between these two images and the only possibly related one is skopeo from `skopeo-0.1.35-2.git404c5bd.fc29.x86_64` to `skopeo-0.1.37-0.gite079f9d.fc29.x86_64`

This would be a fairly simple fix. I am not 100% sure though if we want login shell or not. What do you think @martinpitt ?

Good point @martinpitt ! `gnome-terminal` does not open login shell (at least if I checked correctly). Also I found this somewhere on the internet: > Most shells you see are...

Doesn't just dropping of `--no-write-fetch-head` solves your problem? It only prevents from saving `FETCH_HEAD`, not sure why we actually need it :man_shrugging: ```diff --- Makefile +++ Makefile @@ -39,7 +39,7...