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.
Can you please link it to me?I don't have M1, but I guess you will need to apply my patch from the 5.11 thread + there is also a patch for the ARM based distros (I think it will be in the same thread as my 5.11 patch). Use search to locate these bits.
This don't work for me, maybe The patch is wrong, i have apwaad this error, but The file existI gave you enough pointers to find it yourself (the topic is still on the front page of the Linux forum). Anyway, this is the message were somebody who runs M1 fixed the tools for themselves: https://forum.parallels.com/threads...s-tools-16-1-3-4960.352695/page-2#post-888046 -- in the future, please try to put a bit of an effort to search the forum yourself.
[root@archlinux parallels-tools-16.5.1.49187]# ls -la
total 36
drwx------ 7 root root 4096 Jul 2 18:14 .
drwxr-xr-x 7 root root 4096 Aug 4 13:31 ..
-rw------- 1 root root 956 Jul 2 18:14 dkms.conf
-rw------- 1 root root 1638 Jul 2 18:14 Makefile.kmods
drwx------ 3 root root 4096 Jul 2 18:14 prl_eth
drwx------ 3 root root 4096 Jul 2 18:14 prl_fs
drwx------ 3 root root 4096 Jul 2 18:14 prl_fs_freeze
drwx------ 3 root root 4096 Jul 2 18:14 prl_tg
drwx------ 3 root root 4096 Jul 2 18:14 prl_vid
[root@archlinux parallels-tools-16.5.1.49187]#
I have followed this guide and in step 9 I was in tools_cd and then I had the error that you see, I run patch -p1 < and I paste the path to the patch that you linked to me(obviously, I downloaded the patch from the link). This is the output of ls -laMan, I don't know how to help you. You did not even provide the command you were running. According to the patch output, it is likely that you did not strip enough (or stripped too much) of the patch path names. The idea is that you need to be in the top directory of the Parallels Tools driver source tree (the directory where you unpack the archive) and then run "patch -p1 < path_to_the_patch_file". This is how that directory looks like:
Code:[root@archlinux parallels-tools-16.5.1.49187]# ls -la total 36 drwx------ 7 root root 4096 Jul 2 18:14 . drwxr-xr-x 7 root root 4096 Aug 4 13:31 .. -rw------- 1 root root 956 Jul 2 18:14 dkms.conf -rw------- 1 root root 1638 Jul 2 18:14 Makefile.kmods drwx------ 3 root root 4096 Jul 2 18:14 prl_eth drwx------ 3 root root 4096 Jul 2 18:14 prl_fs drwx------ 3 root root 4096 Jul 2 18:14 prl_fs_freeze drwx------ 3 root root 4096 Jul 2 18:14 prl_tg drwx------ 3 root root 4096 Jul 2 18:14 prl_vid [root@archlinux parallels-tools-16.5.1.49187]#
I have followed this guide and in step 9 I was in tools_cd and then I had the error that you see, I run patch -p1 < and I paste the path to the patch that you linked to me(obviously, I downloaded the patch from the link). This is the output of ls -la