我正在使用Ubuntu 14.10进行澄清
我最近看到一个thread显示了一个在启动时运行的脚本。
我制作了自己的版本:
#!/bin/bash
wmctrl -n 4
chromium-browser &
skype &
conky-manager &
clementine &
covergloobus &
steam &
sleep 15
wmctrl -r chromium-browser -t 0
wmctrl -r skype -t 1
wmctrl -r conky-manager -t 0
wmctrl -r clementine -t 0
wmctrl -r covergloobus -t 0
wmctrl -r steam -t 1
#focus on the covergloobus so can setup.
wmctrl -a covergloobus
然后我将此.sh文件添加到启动管理器:Imgur link
我的问题是如何让它执行,因为它似乎没有:(