I am new to Linux and just started using ubuntu 14.04. I'm trying to run imwheel process on startup by editing rc.local file. Perhaps I'm doing something wrong and I need to type a path to a program apart just the name like in terminal?
when i try to do a check by running:
sudo service rc.local start
I get below message:INFO:
imwheel started (pid=4906)
Could not open display, check shell DISPLAY variable, and export or setenv it!
rc.local file:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
imwheel
exit 0
imwheel
application. There are many commands that are available to run that doesn't require a gui interface. – L. D. James Nov 22 '15 at 22:11imwheel
. It works! Screenshots to some of these menus is here: https://askubuntu.com/a/369443/327339 – Gabriel Staples Aug 02 '17 at 20:09~/config/autostart
. – L. D. James Aug 02 '17 at 20:22