开始全屏firefox从linux服务

0

的问题

我想开始一个全屏firefox实例进行引导。 我创建了两个服务:

服务开始firefox:

[Unit]
Description=Service running firefox
After=network.target

[Service]
Type=simple
User=me
Environment="DISPLAY=:0"
ExecStart=/usr/bin/firefox --new-window /usr/local/src/index.html
Restart=on-failure
RestartSec=1
TimeoutSec=60
RuntimeMaxSec=infinity

[Install]
WantedBy=multi-user.target

然后,我有一个服务发送F11命令,以使全屏。 (我没有管理,以使一切是从一个单一的服务)

[Unit]
Description=Service for firefox fullscreen
After=network.target start_firefox
BindsTo=start_firefox

[Service]
Type=simple
User=me
Environment="DISPLAY=:0"
ExecStart=/usr/bin/xdotool search --sync --onlyvisible --class "Firefox" windowactivate key F11
Restart=on-failure
RestartSec=1
TimeoutSec=60
RuntimeMaxSec=infinity

[Install]
WantedBy=multi-user.target

然而,它不工作。 本日志我的第二个服务是:

systemd[1]: Started Service for firefox fullscreen
xdotool[6268]: Error: Can't open display: (null)
xdotool[6268]: Failed creating new xdo instance
systemd[1]: firefox_fullscreen.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: firefox_fullscreen.service: Failed with result 'exit-code'.
systemd[1]: firefox_fullscreen.service: Service hold-off time over, scheduling restart.
systemd[1]: firefox_fullscreen.service: Scheduled restart job, restart counter is at 4.
systemd[1]: Stopped Service for firefox fullscreen

我做错了什么?

我试运行这个过ssh在一个董事会使用ubuntu和连接到一个屏幕。

firefox linux systemd
2021-11-19 09:40:40
1

最好的答案

0

只是使用"火狐--亭"并且它开始在全屏幕上通过本身

2021-11-19 09:53:21

谢谢你,不知道这个信息亭模式!
afvmil

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................