execute script after desktop loaded?
- by Andre
I want to execute bash script on startup that opens several terminals in different workspaces.
Script works just fine if I call it from terminal, but it doesn't work if executed from crontab using @reboot:
#!/usr/bin/env bash
#1 make sure we have enough workspaces
gconftool-2 --set -t int /apps/metacity/general/num_workspaces 7
#2. Launch…