Antonín Skala

Results 100 comments of Antonín Skala

I see You eddited Your PoC, but it somehow apend double `/` and `^M` to string, removing them fixes starting Ident Manager Steps: ``` export env ROOTFOLDER=~/.applications/fusion/ export env WINEPREFIX=$ROOTFOLDER/wineprefixes/default...

Hi @Thermionix, nice way, but its only onetime search. To make it truly dynamic, `IDENTITY_EXE` must be defined inside desktop entry and be called each run of desktop entry. Otherwise...

With a help from friend, this should do exactly what we need. Wine prefix will be harcoded on creation time. Find command is called each time desktop entry is run....

Hi @pfefferle, all major issues were resolved as tracked in comment above. Try to update referenced commit to latest merged in HA skill repo, please. Mycroft CI in this repo...

Platform IO and Arduino IDE use different directory structure. If you open `Esp32_radio.ino` with PlatformIO in VSCode, it will probably complain that `.ino` files are not supported. If You open...

For me, gpio 5 for VS is running OK, but TFT cs I have to use gpio 27 instead of 15 and for SD cs gpio 22 instead of 21....

Instead of 5 try pin 27 or 22 as cs pin for VS.

Add `pin_vs_cs = 27` to your configuration via web interface or in ESP32_radio.ino find `struct iosetting klist[] = { // List of I/O related keys` on line 2762 - there...

Could be related to issue #391, try to check if mimetype handler point to correct location.

`nano $HOME/.local/share/applications/adskidmgr-opener.desktop` check, that `"C:\Program Files\Autodesk\webdeploy\production\57cd45aa09be2d79663784069561ec17eda99ca8\Autodesk Identity Manager\AdskIdentityManager.exe"` actually point to correct folder `57cd45aa09be2d79663784069561ec17eda99ca8` will probably be different.