The mouse works, I can click on buttons. But I cannot type in any column. Any thoughts what I could try? Other applications work fine.
I am using wine-8.0.1
Operating System: Kubuntu 22.10
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Kernel Version: 5.19.0-41-generic (64-bit)
Graphics Platform: X11
Processors: 16 × 12th Gen Intel® Core™ i7-1260P
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® Graphics
Manufacturer: LG Electronics
Cannot type when I start wine CricutDesignSpace-Install-v7.32.125.exe
Re: Cannot type when I start wine CricutDesignSpace-Install-v7.32.125.exe
Install the ttf-mscorefonts-installer package and try again.
Code: Select all
sudo apt install ttf-mscorefonts-installer
cd "${HOME}/.wine/drive_c/users/${USER}/AppData/Local/Programs/Cricut Design Space"
wine "Cricut Design Space.exe"
Re: Cannot type when I start wine CricutDesignSpace-Install-v7.32.125.exe
That worked! Thanks!