Here's what I have so far:
/etc/rc.local
Code:
#!/bin/bash
su user /home/user/Documents/./script.sh
/home/user/Documents/script.sh
Code:
#!/bin/bash
espeak "Welcome simpleblue. Your wish is my desire..."
script.sh has execute permissions
The code does not execute but I don't expect it to. I only know the Arch way. How can I accomplish this on Fedora?
* edit *
I figured out a way:
ALT-F2
Code:
gnome-session-properties
Add
sh /home/user/Documents/script.sh
Though it runs as root and not that desirable.
Thanks