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

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User