Disable sandbox
This commit is contained in:
parent
7a1dba27cd
commit
28a3159922
@ -5,4 +5,4 @@ SCALE=$(( $GRID_UNIT_PX / 8 ))
|
|||||||
export GDK_BACKEND=x11
|
export GDK_BACKEND=x11
|
||||||
export GDK_SCALE=$SCALE
|
export GDK_SCALE=$SCALE
|
||||||
|
|
||||||
exec ./codium --force-device-scale-factor=$SCALE "$@"
|
exec ./codium --no-sandbox --force-device-scale-factor=$SCALE "$@"
|
||||||
|
Reference in New Issue
Block a user