https://bugs.winehq.org/show_bug.cgi?id=44691
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 URL| |https://filehippo.com/downl | |oad_origin/ Keywords| |download, Installer
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello Robert,
well the workaround has been floating around since some time. I think the shell version is more simple/popular, no need for Perl ;-) It needs 'inotify-tools' package installed with the distro though.
To be run from 'Program Files' folder (or Wow64 equivalent):
--- snip --- $ while true; do inotifywait Origin; chmod u+w Origin; done --- snip ---
Regards