Štart fullscreen firefox od linux služby

0

Otázka

Ja by som chcel začať fullscreen firefox stupňa na štarte. Vytvoril som dve služby:

Služba začína 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

Potom mám službu zasielania F11 príkaz enable fullscreen. (Nechcel som riadiť, aby sa všetko z jednej služby)

[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

Avšak, to nefunguje. Záznamy som si od druhého služby sú:

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

Čo robím zle?

Snažím sa bežať cez ssh na doske pomocou ubuntu a pripojený na obrazovke.

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

Najlepšiu odpoveď

0

Stačí použiť "firefox --kiosk" a začína to na celej obrazovke sám

2021-11-19 09:53:21

vďaka, toto nevedeli celoobrazovkovom režime !
afvmil

V iných jazykoch

Táto stránka je v iných jazykoch

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