4 lines
51 B
Plaintext
4 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
export QT_X11_NO_MITSHM=1
|
||
|
exec startlxqt
|