services: Add vte-integration-service-type to %desktop-services.

* gnu/services/desktop.scm (desktop-services-for-system):

Fixes: <https://issues.guix.gnu.org/72172>
Fixes: <https://issues.guix.gnu.org/35424>

Change-Id: Ib29468468e327801a4e95361610159de61f7e8d6
This commit is contained in:
Maxim Cournoyer 2025-05-06 23:10:40 +09:00
parent 900d1fdbff
commit 78d4b1e52c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2463,6 +2463,10 @@ applications needing access to be root.")
;; to avoid GDM stale cache and permission issues.
gdm-file-system-service
;; Provides a nicer experience for VTE-using terminal emulators such
;; as GNOME Console, Xfce Terminal, etc.
(service vte-integration-service-type)
;; The global fontconfig cache directory can sometimes contain
;; stale entries, possibly referencing fonts that have been GC'd,
;; so mount it read-only.