start chromium as guest user

pull/40/head
TomasM 2017-10-17 02:31:43 -04:00
parent 9768e11d6b
commit ca561538ff
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
[begin] ( Menu )
[exec] (xterm) { xterm -ls }
[exec] (Terminal) { xterm -ls }
[exec] (Web browser) { chromium-guest }
[exit] (Exit)
[end]

View File

@ -0,0 +1,3 @@
#!/bin/bash
xhost +
su -c chromium guest