AIOV2_CTL install issue

Is there a way to get the GUI to show up in the taskbar on every boot? I have used the autostart command, but that does not put the icon in the taskbar.

1 Like

I installed the aiov2_ctl GUI; however, when I start the app, it returns the error: “Python is not installed.” When I install Python, the system tells me Python is already installed and that it’s the latest version. aiov2_ctl works fine from the command line. Does anyone have any ideas as to what’s going on?

2 Likes

You need to use a Trixie image. It will not work on bookworm. I tried and failed over and over. Maybe we can convince the dev to make a fork for bookworm but the on trixie it works as advertised.

This is happening to me currently on Trixie. It’s looking for it in the wrong spot so I made a shortcut for it

nano ~/.local/share/applications/aiov2.desktop

[Desktop Entry]

Name=AIOv2 Controller

Exec=env QT_QPA_PLATFORM=xcb /usr/bin/python3 /usr/local/bin/aiov2_ctl --gui

Type=Application

Categories=Utility;

Terminal=

false

Lmk if that works around works for you too. I don’t want to admit how long I spent figuring this out.