<div dir="ltr"><div>Hello everyone,</div><div><br></div><div>On my personal computer I've got 3 physical screens, sometimes 4.</div><div><br></div><div>I would like to have one of these screens logged on another user for some reasons.<br></div><div>My usual user is jpc and my other user is janfi</div><div><br></div><div>I have written a script who unfortunately works only for root because xfce4-session says "you must be root...."</div><div><br></div><div>My script :</div><div>#!/bin/sh<br>#dm-tool add-nested-seat --fullscreen &<br>dm-tool add-nested-seat --screen 1900x1050 &<br>export DISPLAY=:1<br>#su janfi<br>xfce4-session &<br>sleep 30<br>export DISPLAY=:0</div><div><br></div><div><br></div><div><br></div><div>I wish to have the user janfi into my nested seat.<br></div><div><br></div><div>Also if I use dm-tool with --fullscreen, the xfce screen size is probably huge and the windows don't appear on the real screen, I don't know how to fix that.</div><div><br></div><div>If someone could help me please ?</div><div><br></div><div>Thanks</div><div><br></div><div>Jean-Philippe<br></div></div>