Hi Folks
Been at it for hours now. I want a simple script to run on startup. I've tried everything (I think) the script is simple, one short line.
I've created the following script, which works fine manually
#!/bin/bash
xinput map-to-output silead_ts DSI-1
1. I've copied this as an sh file to /home/myuser/.config/autostart didnt work
2. Created a .desktop file to run the sh script from my home directory, I have placed the desktop file in /home/myuser/.config/autostart this works fine manually but not at startup
3. I've copied the desktop file to /etc/xdg/autostart/ and /usr/share/applications both with root permissions this didnt work
4. Tried created an entry in the crontab file, this didnt work either
At a loss here folks, can someone help me please.
Cheers!!