Update README.md
This commit is contained in:
parent
afa301d873
commit
9b9e4146e0
@ -85,7 +85,7 @@ Tested in Void Linux musl and Alpine Linux.
|
|||||||
#### Polkit
|
#### 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 :
|
```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```.
|
in chroot and prevent pacman from restoring ```/usr/bin/pkexec``` by editing ```NoExtract``` in ```/etc/pacman.conf```.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user