Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

A window manager is already running on screen 0 #9

@jlssmt

Description

@jlssmt

Hello,

I get this errors while starting:

portfolio  | [services.d] starting app...
portfolio  | [app] starting DockerApp...
portfolio  | [services.d] done.
portfolio  | Unable to create
portfolio  | /.dbus
portfolio  | Unable to create
portfolio  | /.dbus/session-bus
portfolio  | Openbox-Message: Unable to change to home directory "
portfolio  | ": No such file or directory
portfolio  | Openbox-Message: A window manager is already running on screen 0
portfolio  | [app] starting DockerApp...
portfolio  | Openbox-Message: Unable to change to home directory "
portfolio  | ": No such file or directory
portfolio  | Openbox-Message: A window manager is already running on screen 0

I'm using this docker-compose.yaml:

services:
  portfolio:
    build:
      context: .
      args:
        - LOCALE="de_DE"
    container_name: portfolio
    restart: unless-stopped
    ports:
      - 5800:5800
    volumes:
      - ./workspace:/opt/portfolio/workspace
    environment:
      - KEEP_APP_RUNNING=1
      - USER_ID=0
      - GROUP_ID=0
      - TZ="Europe/Berlin"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions