[bug#78308,v2,9/9] services: Add vte-integration-service-type to %desktop-services.

Message ID 97a0168581a8849007a14d488f446347d3c5fb41.1747103508.git.maxim.cournoyer@gmail.com
State New
Headers
Series [bug#78308,v2,1/9] system: Source scripts from the /etc/profile.d directory. |

Commit Message

Maxim Cournoyer May 13, 2025, 2:31 a.m. UTC
  * gnu/services/desktop.scm (desktop-services-for-system):

Fixes: <https://issues.guix.gnu.org/72172>
Change-Id: Ib29468468e327801a4e95361610159de61f7e8d6
---
 gnu/services/desktop.scm | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 12560a6249d..38ff2187356 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -2463,6 +2463,10 @@  (define* (desktop-services-for-system #:optional
          ;; 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.