Mark Wagie
Mark Wagie
For now, those variables [can be set ](https://wiki.archlinux.org/title/Makepkg#Overriding_git_flags)in your `makepkg.conf`. There has been discussion regarding this upstream and is not related to Octopi.
You need to run this command to launch it from the terminal: ``` env QT_API=pyside2 guiscrcpy ``` That same command is launched when using the menu shortcut.
The 1.x.x tag was removed, it's fixed with 1:1.x.x-3. @KrispyCamel4u FYI: ``` /usr/lib/python3.10/site-packages/setuptools/dist.py:501: UserWarning: The version specified ('1.x.x') is an invalid version, this may not work as expected with newer...
@major-mayer No, it's due to changes with Setuptools. I've implemented a workaround with [1:1.3.9+16+g7c96959-1](https://aur.archlinux.org/cgit/aur.git/commit/?h=sysmontask&id=fa18bc46321c0267e63430f48a933b260570e21f).
@major-mayer What git version? I'm talking about the `sysmontask` AUR package. Notice I linked the commit in my reply. 😉
@codywd Yes, it's fixed in the develop branch. FYI, I edited the shebang in `setup.py` to `#!/usr/bin/python` and used `python-setuptools`, `python2-setuptools` was not required.
Same here. I tried turning off "Reload the web page on clicking the last breadcrumb" but it makes no difference.I'm using Firefox 23 on Windows 7 SP1 64-bit.
Right, as I said I'm using the [AppIndicator Support](https://extensions.gnome.org/extension/615/appindicator-support/) extension. All my other tray icons work fine.
Might want to let the `coreboot-configurator-git` AUR package maintainer know that `inkscape` is missing from makedepends() as it fails to build without it then. By the way, `inkscape` is listed...
I tried aiopath 0.7.1 and 0.7.6, now there's a different error: ``` ❯ cast_control service connect Traceback (most recent call last): File "/usr/bin/cast_control", line 8, in sys.exit(cli()) ^^^^^ File "/usr/lib/python3.12/site-packages/click/core.py",...