From 9b9e4146e03a603ebfb980aa9a0da9c1718a1efb Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Fri, 13 Nov 2020 12:00:16 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a37719..6f46cc2 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Tested in Void Linux musl and Alpine Linux. #### Polkit ```pkexec``` is kind of tricky to make it work in chroot, if you use rofi to launch GUI applications in chroot, you may not able to launch any ```.desktop``` files with ```Exec=pkexec...``` in it. If you really want them to work, you can do : ``` -sudo ln -s /usr/bin/sudo /usr/bin/pkexec +sudo ln -sf /usr/bin/sudo /usr/bin/pkexec ``` in chroot and prevent pacman from restoring ```/usr/bin/pkexec``` by editing ```NoExtract``` in ```/etc/pacman.conf```.