Is there an existing issue for this?
Current Behavior
Hi,
When restart app = true it automatically close the app which is in closed by clicking on close button but when we click on minimize button it doesn't restart the app
Expected Behavior
No response
Steps To Reproduce
environment={
"PUID": "1000",
"PGID": "1000",
"CHROME_CLI": app url,
"SELKIES_UI_SHOW_SIDEBAR": "False|locked",
"SELKIES_UI_SHOW_LOGO": "False",
"SELKIES_UI_SHOW_CORE_BUTTONS": "False",
"HARDEN_OPENBOX": "true",
"HARDEN_DESKTOP": "true",
"RESTART_APP": "true",
"PIXELFLUX_WAYLAND": "false",
},
Environment
- OS:
- How docker service was installed:
CPU architecture
x86-64
Docker creation
client = docker.from_env()
container = client.containers.run(
"lscr.io/linuxserver/chromium",
detach=True,
name=container_name,
ports={"3000/tcp": port},
environment={
"PUID": "1000",
"PGID": "1000",
"CHROME_CLI": ,
"SELKIES_UI_SHOW_SIDEBAR": "False|locked",
"SELKIES_UI_SHOW_LOGO": "False",
"SELKIES_UI_SHOW_CORE_BUTTONS": "False",
"HARDEN_OPENBOX": "true",
"HARDEN_DESKTOP": "true",
"RESTART_APP": "true",
"PIXELFLUX_WAYLAND": "false",
},
shm_size="1g",
remove=False,
)
Container logs
PID: 465 → terminated → Restarting...
PID: 1148 → terminated → Restarting...
PID: 1796 → monitoring (new Chrome running)
The minimize button is the remaining issue — it doesn't terminate Chrome, it just hides the window with no way to bring
Is there an existing issue for this?
Current Behavior
Hi,
When restart app = true it automatically close the app which is in closed by clicking on close button but when we click on minimize button it doesn't restart the app
Expected Behavior
No response
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
PID: 465 → terminated → Restarting... PID: 1148 → terminated → Restarting... PID: 1796 → monitoring (new Chrome running) The minimize button is the remaining issue — it doesn't terminate Chrome, it just hides the window with no way to bring