Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have tried the same procedure but when I type patch -p1 <patch filename> nothing happens, is like is waiting something, any thoughts about what I might be doing wrong ? ThanksI was able to install the tools on the 5.18 kernel using the procedure outlined here:
https://forum.parallels.com/threads/tools-patch-procedure.351669/
And this patch:
https://forum.parallels.com/threads...rallel-tools-17-1-4-51567.357611/#post-904802
When I did, though, I found that the CPU usage in the VM was constantly hovering at 65-70%. Installing the tools on the 5.16 kernel and then upgrading to 5.18 doesn't seem to have the same issue, although I haven't tried reinstalling them in 5.18. (TBH I'm too much of a n00b to know if I need to or not, but nothing seems broke, so I'm not going to try to fix it yet.)
I have tried the same procedure but when I type patch -p1 <patch filename> nothing happens, is like is waiting something, any thoughts about what I might be doing wrong ? Thanks
patch -p1 < <patch filename>
Any idea why it isn't working for me? Applying the patch works but when I run the installer, the same error is there.. "prl_tg not found".I believe there's a typo there. Try this:
Code:patch -p1 < <patch filename>
Note the angle bracket/redirect before the file name.