cd ~/.config/autostart   // 자동시작 프로그램 들이 모여있는 디렉토리


vim ssibal_java.desktop



[Desktop Entry] Type=Application Name=<Name of application as displayed> Exec=java -jar filename.jar Icon=<full path to icon> Comment=<optinal comments> X-GNOME-Autostart-enabled=true



기타 참조


http://askubuntu.com/questions/48321/how-do-i-start-applications-automatically-on-login


 



ㅅㄱ