Add nautilus preload service for faster file manager startup
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s
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:
parent
0fba63571c
commit
fdedc8071f
11
defaults/user/systemd/user/nautilus.service
Normal file
11
defaults/user/systemd/user/nautilus.service
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user