diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-06 23:10:40 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-26 13:43:03 +0900 |
commit | 78d4b1e52c731502b29288ab6975bd9efa91392a (patch) | |
tree | da58d894dbd17c7ffda2c0199d50874608f292af | |
parent | 900d1fdbffd5cac95cd3699e5d89851275518559 (diff) |
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
-rw-r--r-- | gnu/services/desktop.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index 12560a6249..38ff218735 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -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. |