Cannot type when I start wine CricutDesignSpace-Install-v7.32.125.exe

Questions about Wine on Linux
Locked
wyattb
Newbie
Newbie
Posts: 2
Joined: Mon May 08, 2023 3:56 pm

Cannot type when I start wine CricutDesignSpace-Install-v7.32.125.exe

Post by wyattb »

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
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Cannot type when I start wine CricutDesignSpace-Install-v7.32.125.exe

Post by jkfloris »

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"
wyattb
Newbie
Newbie
Posts: 2
Joined: Mon May 08, 2023 3:56 pm

Re: Cannot type when I start wine CricutDesignSpace-Install-v7.32.125.exe

Post by wyattb »

That worked! Thanks!
Locked