OpenRGB 无法通过 flatpak 运行

OpenRGB 无法通过 flatpak 运行

我正在使用 Ubuntu 23.10,并且通过以下方式安装了 OpenRGB:

flatpak install org.openrgb.OpenRGB

我还通过以下方式安装了规则openrgb-udev-install.sh

ls /usr/lib/udev/rules.d/60-open*
/usr/lib/udev/rules.d/60-openrgb.rules

但是当我尝试通过以下方式运行 OpenRGB 时:

flatpak run org.openrgb.OpenRGB

我在控制台中得到以下输出:

Attempting to connect to local OpenRGB server.
Connection attempt failed
Local OpenRGB server unavailable.
Running standalone.
[i2c_smbus_linux] Failed to read i2c device PCI device ID
[i2c_smbus_linux] Failed to read i2c device PCI device ID
QSocketNotifier: Can only be used with threads started with QThread
qt.qpa.qgnomeplatform: Could not find color scheme  ""
QObject::connect: No such signal QPlatformNativeInterface::systemTrayWindowChanged(QScreen*)
libEGL warning: wayland-egl: could not open /dev/dri/renderD128 (No such file or directory)
MESA: error: ZINK: failed to choose pdev
libEGL warning: egl: failed to create dri2 screen
<h2>WARNING:</h2><p>The OpenRGB udev rules are not installed.</p><p>Most devices will not be available unless running OpenRGB as root.</p><p>If using AppImage, Flatpak, or self-compiled versions of OpenRGB you must install the udev rules manually</p><p>See <a href='https://openrgb.org/udev'>https://openrgb.org/udev</a> to install the udev rules manually</p>

我还弹出了一条包含以下文字的窗口:

WARNING:
The OpenRGB udev rules are not installed.
Most devices will not be available unless running OpenRGB as root.
If using AppImage, Flatpak, or self-compiled versions of OpenRGB you must install the udev rules manually
See https://openrgb.org/udev to install the udev rules manually

即使我安装了规则也无法看到它们,并且每次我尝试单击任何按钮时,整个 OpenRGB 都会关闭,而没有任何日志条目。

相关内容