<div dir="ltr">I just checked the `Ubuntu` app on my Windows box and the output of `uname` remains `Linux`.<div><br></div><div>Here are the previous threads from the archives:</div><div><br></div><div> - <a href="https://lists.zx2c4.com/pipermail/password-store/2017-July/002987.html">https://lists.zx2c4.com/pipermail/password-store/2017-July/002987.html</a><br> - <a href="https://lists.zx2c4.com/pipermail/password-store/2017-November/003133.html">https://lists.zx2c4.com/pipermail/password-store/2017-November/003133.html</a><br> - <a href="https://lists.zx2c4.com/pipermail/password-store/2018-January/003164.html">https://lists.zx2c4.com/pipermail/password-store/2018-January/003164.html</a><br> - <a href="https://lists.zx2c4.com/pipermail/password-store/2018-April/003240.html">https://lists.zx2c4.com/pipermail/password-store/2018-April/003240.html</a><br></div><div><br></div><div>Here's a GitHub issue (for myself) for this:</div><div><br></div><div> - [Get this merged upstream · Issue #2 · kenny-evitt/password-store-buw](<a href="https://github.com/kenny-evitt/password-store-buw/issues/2">https://github.com/kenny-evitt/password-store-buw/issues/2</a>)</div><div><br></div><div>There are two major issues still:</div><div><br></div><div> 1. `uname` in the Windows Ubuntu app still outputs `Linux`.</div><div> 2. There's no builtin support for arbitrary data in the Windows clipboard. Every single possible file/data format would have to be supported individually (AFAICT). This means only text data, already on the clipboard, can be restored (after Pass clears a copied password from the clipboard).</div><div><br></div><div>For [1], it just occurred to me that maybe there's a way to just add the Windows clipboard support to the existing `linux.sh` script.</div><div><br></div><div>Jason – how do you feel about that?</div><div><br></div><div>For [2], maybe there's a relatively simple way to just read and write the clipboard data as generic binary data.</div><div><br></div><div>Jason – would you accept patches for this if this could *only* support restoring *text* data to the Windows clipboard?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 15, 2020 at 4:35 PM Tobias Girstmair <<a href="mailto:t-passwd@girst.at">t-passwd@girst.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">(apologies, sent from a wrong/nonexistent email address before)<br>
<br>
On Sat, Feb 15, 2020 at 10:21:55PM +0100, Jason A. Donenfeld wrote:<br>
> I wonder if in the<br>
> intervening years a reliable non-kludgy detection mechanism has been<br>
> discovered.<br>
<br>
what about env vars? I've got XDG_SESSION_TYPE=x11 and XDG_SESSION_DESKTOP=i3<br>
(and a bunch of other XDG_* ones) on my system.<br>
<br>
according to a quick search[1], this hasn't been discussed before.<br>
<br>
[1]: <a href="https://duckduckgo.com/?q=site%3Alists.zx2c4.com%2Fpipermail%2Fpassword-store+%22xdg_session_type%22" rel="noreferrer" target="_blank">https://duckduckgo.com/?q=site%3Alists.zx2c4.com%2Fpipermail%2Fpassword-store+%22xdg_session_type%22</a><br>
_______________________________________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com" target="_blank">Password-Store@lists.zx2c4.com</a><br>
<a href="https://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">https://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
</blockquote></div>