sudo gedit eclipse.desktop #创建一个thnuderbird.desktop文件
[Desktop Entry]
Type=Application
Exec=/usr/bin/thunderbird
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=thunderbird
Name=thunderbird
Comment[en_US]=thunderbird
Comment=thunderbird
sudo chmod 777 thnuderbird.desktop
sudo cp thnuderbird.desktop ~/.config/autostart下即可