-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set a terminal command or a file to be run/executed at start up (EOS 6 Beta) #158
Comments
@jeremypw thank you. How about an executable file? |
If I remember right, one of the limitations is you cannot execute something that requires a terminal (i.e. does not have a .desktop file) |
@jeremypw The whole thing is that I want to fix the capslock delay (you know how it is on linux) with this, but it requires a script file(fixer.sh) to be run at start up. It does mention a way of running a terminal command to achieve that, but the command never worked for me, so I am trying to run that file at start up through the settings instead of the terminal like I used to do on KDE. It is either this, or I hope/wish that the dev team would implement a small fix in the Odin release to fix the capslock delay. It is driving me crazy. lol |
Try using this as your custom command:
Replace You will need to copy the custom xkbmap file out of the repository and into your ~/.config folder. You will not need the shellscript (I have used the functional line from the script in the above command) WARNING: There is no guarantee that the xkbmap in the repository you quoted is correct or will match you keyboard - have a backup layout installed in settings. Check that you can still type your password before logging out. You can check whether the command ran or had errors after start up by typing |
@jeremypw that actually worked like a charm. Thank you. Added this command into settings/applications/startup/plus sign bottom left |
Glad to hear it works. I think I'll leave this open as it be nice to have a more user friendly way of setting a script to run at startup e.g. a dialog getting the directory to run in, script path and parameters then constructing the full command transparently. |
Would it be possible to have a terminal command or a script file to be set to run/executed at start up? It only lets me choose an app when I go to settings/applications/startup. Unless, it is somewhere and I can't find it.
Thanks
The text was updated successfully, but these errors were encountered: