Answers:
打开Gedit并输入:
#!/bin/bash
# you can change the size of the window below (1000x300)
onboard -s 1000x300
现在将此文件另存为filename.sh,然后打开一个终端窗口。使用以下内容导航到此文件位置:
cd /home/user/blah/blah/../filename.sh
当您到达那里时输入
sudo chmod a+x 'filename.sh'
(这里有引号是为了避免空格字符问题)。现在,您已经使其成为可执行的bash脚本。从终端打开“ gnome-session-properties”,然后单击“ 添加”。
Name: Onboard
Command: "Browse to the file location"
Comment: Onboard on startup
单击添加,您就完成了!注销并登录以查看是否有效。
要自动启动Onboard,请转至Universal Access并选择Typing,然后打开屏幕键盘。