Add nautilus preload service for faster file manager startup
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s

xdg-open ~ (Super+E) cold-starts Nautilus every time, causing
noticeable delay. A GApplication service keeps Nautilus warm in the
background so subsequent opens are near-instant. Follows the same
pattern as the existing walker.service.

Closes #2
This commit is contained in:
nevaforget 2026-04-07 09:03:18 +02:00
parent 0fba63571c
commit fdedc8071f

View File

@ -0,0 +1,11 @@
[Unit]
Description=Nautilus File Manager (GApplication Service)
After=graphical-session.target
[Service]
Type=simple
ExecStart=nautilus --gapplication-service
Restart=on-failure
[Install]
WantedBy=graphical-session.target