# -*- coding: utf-8 -*- # SPDX-FileCopyrightText: 2025 KUNBUS GmbH # SPDX-License-Identifier: GPL-2.0-or-later from os import environ # D-BUS needs a DISPLAY variable to work with the session bus environ["DISPLAY"] = ":0"