Skip to content

set_xserver_args find inconsistent results with DOCKER_XSERVER_TYPE=auto #92

@pierrewillenbrockdfki

Description

@pierrewillenbrockdfki

Symptoms:

  • exec.bash keeps asking for regenerating the container(note: this machine is accessed via ssh).
  • xpra server is not started with correct parameter set (may not be related directly)

Investigation revealed that the configuration mismatches between the first exec.bash run and the automatic second run after the container has been regenerated. In the first run, DOCKER_XSERVER_TYPE=xpra was decided on, in the second run, it found DOCKER_XSERVER_TYPE=mount and the configuration for those.

I would guess that the SSH_* environment variables are not set the same in the second exec.bash run.

This has been worked around by setting DOCKER_XSERVER_TYPE=xpra in settings.sh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions