command line - "Startup Applications" not working - Ask Ubuntu
i have simple 1 line command works in terminal, not work in "startup applications" app thing.
the line of code : xmodmap /home/seph/code/ubuntu\ scripts/xmodmap
it's not of hassle copy "startup applications" , paste terminal, don't why isn't working. followed else's instructions in first place, maybe did wrong? in case, wouldn't obvious , logical assumption types whatever put in terminal?
commands, related keyboard, mouse , touchpad settings, or xrandr commands, need desktop loaded. if run them @ log in (using startup applications), run , break.
therefore, need build- in little break before command should run. use following command instead add startup applications:
/bin/bash -c "sleep 15 && xmodmap /home/seph/code/ubuntu\ scripts/xmodmap"
chooes dash > startup applications > add, , add command.
that should trick.
Comments
Post a Comment