mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
900d1fdbff
commit
78d4b1e52c
1 changed files with 4 additions and 0 deletions
|
@ -2463,6 +2463,10 @@ applications needing access to be root.")
|
||||||
;; to avoid GDM stale cache and permission issues.
|
;; to avoid GDM stale cache and permission issues.
|
||||||
gdm-file-system-service
|
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
|
;; The global fontconfig cache directory can sometimes contain
|
||||||
;; stale entries, possibly referencing fonts that have been GC'd,
|
;; stale entries, possibly referencing fonts that have been GC'd,
|
||||||
;; so mount it read-only.
|
;; so mount it read-only.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue