mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Unmounting all FUSE filesystems breaks xdg-document-portal and AppImages that rely on FUSE to stay mounted. It also doesn't restart them.
5 lines
251 B
Bash
5 lines
251 B
Bash
echo "Install system-sleep hook to unmount gvfsd-fuse before suspend/hibernate"
|
|
|
|
sudo mkdir -p /usr/lib/systemd/system-sleep
|
|
sudo install -m 0755 -o root -g root "$OMARCHY_PATH/default/systemd/system-sleep/unmount-fuse" /usr/lib/systemd/system-sleep/
|