You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solaar version (solaar --version or git describe --tags if cloned from this repository): 1.1.14-1build1~ubuntu22.04.1
Distribution: Ubuntu 22.04.5
Kernel version (ex. uname -srmo): Linux 6.8.0-52-generic x86_64 GNU/Linux
Output of solaar show:
SOLAAR SHOW OUTPUT HERE
Contents of ~/.config/solaar/config.yaml (or ~/.config/solaar/config.json if ~/.config/solaar/config.yaml not present):
CONTENTS HERE
Errors or warrnings from Solaar:
Describe the bug
After uprading solaar from the stable Ubuntu ppa from 1.1.13 to 1.1.4 solaar don't start and shown s a traceback:
$ solaar show
Traceback (most recent call last):
File "/usr/bin/solaar", line 53, in<module>
import solaar.gtk
File "/usr/share/solaar/lib/solaar/gtk.py", line 34, in<module>
from solaar import cli
File "/usr/share/solaar/lib/solaar/cli/__init__.py", line 26, in<module>
from logitech_receiver import device
File "/usr/share/solaar/lib/logitech_receiver/device.py", line 35, in<module>
from . import hidpp10
File "/usr/share/solaar/lib/logitech_receiver/hidpp10.py", line 22, in<module>
from typing_extensions import Protocol
ModuleNotFoundError: No module named 'typing_extensions'
To Reproduce
Steps to reproduce the behavior:
Install latest (1.1.14-1build1~ubuntu22.04.1) package from Ubuntu ppa on Ubuntu 22.04
run solaar show
The text was updated successfully, but these errors were encountered:
Not sure it's a problem with the PPA itself. New in version 1.1.4 is the import from typing_extensions import Protocol. But in the PPA-package should python3-typing-extensions-package listed as dependency which is missing in the actual version. I've already reported to the solaar-ppa-team.
Information
solaar --version
orgit describe --tags
if cloned from this repository): 1.1.14-1build1~ubuntu22.04.1uname -srmo
):Linux 6.8.0-52-generic x86_64 GNU/Linux
solaar show
:~/.config/solaar/config.yaml
(or~/.config/solaar/config.json
if~/.config/solaar/config.yaml
not present):Describe the bug
After uprading solaar from the stable Ubuntu ppa from 1.1.13 to 1.1.4 solaar don't start and shown s a traceback:
To Reproduce
Steps to reproduce the behavior:
solaar show
The text was updated successfully, but these errors were encountered: