Tony Månsson

Results 3 comments of Tony Månsson

Same here on UTD2102CEL. The first occurrence of something like: `self.handle.controlMsg(0x42,0xb1,None,index=0, value=0x2c)` gives the error. I added a couple of extra printouts to locate the issue. NFO: Found UNI-T DSO...

``` tony@bamse:~$ cat ~/.local/share/applications/adskidmgr-opener.desktop [Desktop Entry] Type=Application Name=adskidmgr Scheme Handler Exec=sh -c 'fusion360.wine "$(find /home/tony/snap/fusion360/common/.wine -name "AdskIdentityManager.exe" | head -1 | xargs -I '{}' echo {})" "%u"' StartupNotify=false MimeType=x-scheme-handler/adskidmgr; tony@bamse:~$...

So to clarify: Apparently the .desktop file is created so that it is unable to find the executable AdskIdentityManager.exe. A workaround should be to modify the .desktop file to contain:...