LorenEteval / Furious

A GUI proxy client based on PySide6. Support Xray-core & hysteria
GNU General Public License v3.0
820 stars 70 forks source link

Furious is not be able to run on this operating system. #44

Closed AFrantsevich closed 7 months ago

AFrantsevich commented 8 months ago

Hello!

Operating system information:
sysname: Linux
nodename: archlinux
release: 6.6.1-arch1-1
version: #1 SMP PREEMPT_DYNAMIC Wed, 08 Nov 2023 16:05:38 +0000
machine: x86_64
qt.core.qobject.connect: QObject::connect(QObject, Unknown): invalid nullptr parameter

Can't I use it on arch?(

LorenEteval commented 8 months ago
Operating system information:
sysname: Linux
nodename: archlinux
release: 6.6.1-arch1-1
version: #1 SMP PREEMPT_DYNAMIC Wed, 08 Nov 2023 16:05:38 +0000
machine: x86_64

This message indicates that Qt is indeed working on your platform, but Furious detects that SystemTrayIcon is not supported (which should be since it's part of Qt library).

I'm not familar with archlinux. Seems like you should install gnome-shell-extension-appindicator so that it can display icons for you.

qt.core.qobject.connect: QObject::connect(QObject, Unknown): invalid nullptr parameter

This can be safely ignored.