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

A window manager is already running on screen 0 #9

Open
jlssmt opened this issue Jan 31, 2023 · 0 comments
Open

A window manager is already running on screen 0 #9

jlssmt opened this issue Jan 31, 2023 · 0 comments

Comments

@jlssmt
Copy link
Contributor

jlssmt commented Jan 31, 2023

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"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant