fj-de-torres

Results 5 comments of fj-de-torres

Hi! Thanks a lot for your quick response. The initial mistake was that I need to run it with root privileges but the menu access does it as my standard...

Hello Sir! Yes, my id is 1000. Is the first user created on my system. I need to run dangerzone and podman with root privileges since my regular user (id...

``` id ``` Result: `` uid=1000(francisco) gid=1000(francisco) groups=1000(francisco),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),122(lpadmin),135(lxd),136(sambashare),141(vboxusers) `` for: ``` env | grep -e 'TEMP\|TMP' ``` Result: nothing at all. for ``` podman info ``` Result: `` Error: error...

Sure! Here it is: ``` XDG_RUNTIME_DIR=/run/user/1000 ```

**It works!** I followed your last instructions: to nuke the podman's installation. I just didn't know how to until I found this post: [https://github.com/containers/podman/issues/5049](https://github.com/containers/podman/issues/5049). Specifically this little action: ``` rf...