在 Lubuntu 14.04 中默认自动启动 Firefox 并启动 URL

Sen*_*hil 5 lubuntu autostart 14.04

我想在我的系统登录或重新启动时自动启动 firefox 并加载一些默认 URL。该选项应该在 Lubuntu 14.04 中。

TuK*_*Ksn 5

您还可以使用Upstart:

创建文件$HOME/.config/upstart/firefox-with-url.conf

内容:

start on desktop-start
stop on desktop-end

exec firefox <url>
Run Code Online (Sandbox Code Playgroud)

更多信息:

http://ifdeflinux.blogspot.de/2013/04/upstart-user-sessions-in-ubuntu-raring.html

http://upstart.ubuntu.com/