wine recreates symlinks to COM ports every start

Questions about Wine on Linux
Locked
FrashMan
Newbie
Newbie
Posts: 1
Joined: Fri Aug 17, 2018 4:44 am

wine recreates symlinks to COM ports every start

Post by FrashMan »

Hello, i have an issue regarding wine and the symlinks i create to my serial ports.
Usually i create a symlink from com1 to ttyUSB0

Code: Select all

ln -s /dev/ttyUSB0 com1
and it works like a charm. But after i upgraded to Xubuntu 18.04 and installed wine 3.0 from the ubuntu-repository the standard symlinks (com1 to ttyS1) reappears after every start from a windows program.

Got any ideas how i can prevent this?
Thanks in advance!
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine recreates symlinks to COM ports every start

Post by dimesio »

Locked