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
12 lines
224 B
Desktop File
12 lines
224 B
Desktop File
[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
|