<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello community,</p>
    <p>I wanted to use GUI apps in my containers, I followed the great
      howto here
<a class="moz-txt-link-freetext" href="https://blog.simos.info/how-to-run-graphics-accelerated-gui-apps-in-lxd-containers-on-your-ubuntu-desktop/">https://blog.simos.info/how-to-run-graphics-accelerated-gui-apps-in-lxd-containers-on-your-ubuntu-desktop/</a></p>
    <p>However, on my system, it happens that my uid is greater than
      65535:</p>
    <blockquote>
      <p>$ id -u $USER<br>
        119373</p>
    </blockquote>
    <p>When using <br>
    </p>
    <blockquote>
      <p>lxc config set guiapps raw.idmap "uid $UID 1000"</p>
    </blockquote>
    <p>in the container, the mapped id is 19737, like for .Xauthority :
      <br>
    </p>
    <blockquote>$ ls -la /home/ubuntu/.Xauthority<br>
      -rw------- 1 19373 ubuntu 67 Jun 14 07:46 /home/ubuntu/.Xauthority<br>
      <br>
    </blockquote>
    Has anyone ever experienced something similar?<br>
    <pre class="moz-signature" cols="72">-- 
Matlink - Sysadmin matlink.fr
Sortez couverts, chiffrez vos mails : <a class="moz-txt-link-freetext" href="https://café-vie-privée.fr/">https://café-vie-privée.fr/</a>
XMPP/Jabber : <a class="moz-txt-link-abbreviated" href="mailto:matlink@matlink.fr">matlink@matlink.fr</a>
Clé publique PGP : 0x186BB3CA
Empreinte Off-the-record : 572174BF 6983EA74 91417CA7 705ED899 DE9D05B2</pre>
  </body>
</html>