- cd ~/.config/autostart/(没有autostart,自己 mkdir autostart)
- vim thunderbird.desktop,输入以下:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Version=1.0
Name=No Name
Name[en_US]=ThunderBird
Comment[en_US]=ThunderBird
Comment=ThunderBird
Exec=\s/usr/bin/thunderbird
X-GNOME-Autostart-enabled=truevim chromium.desktop,输入:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Version=1.0
Name=No Name
Name[en_US]=chromium-browser
Comment[en_US]=chromium-browser
Comment=chromium-browser
Exec=\s/usr/bin/chromium-browser
X-GNOME-Autostart-enabled=true - 简单比较conf文件,关键是:
Exec=\s/usr/bin/chromium-browser(执行=指定bin)
相关文章
- linux自定义开机启动服务和chkconfig使用方法
- (转)linux自定义开机启动服务和chkconfig使用方法
- Linux上设置开机启动Java程序
- linux下开机启动脚本的方法
- linux ubuntu关于U盘的安装 开机启动u盘的时候出现/casper/vmlinuz.efi: file not found
- linux开机启动服务和chkconfig使用方法(自定义服务路径启动)
- Linux Redis自动启动,Redis开机启动,Linux Redis设置开机启动
- linux将shell脚本设置为开机启动
- linux服务器开机启动oracle的设置方法
- linux(centos)上配置nginx、mysql、php-fpm开机启动