Skip to content

[BUG] Restart APP = True #74

Description

@manavd-spektra

Is there an existing issue for this?

  • I have searched the existing issues

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions