diff options
author | Liliana Marie Prikler <[email protected]> | 2024-07-14 12:56:46 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:27 +0100 |
commit | d8d3d36c6053f47c4c4f5657602ede7de8e0dbe3 (patch) | |
tree | e950602a23175638c0479574d6e344d1e7f714f8 /gnu/packages/xfce.scm | |
parent | 2a5161a76bcdea5b3ca739ac6e056ead9fef2b45 (diff) |
gnu: Make vte-with-gtk4 the default vte.
* gnu/packages/gnome.scm (vte): Use flags from…
(vte-with-gtk4): … this. Delete variable.
(vte/gtk+3): New variable.
(gnome-color-manager, vinagre, gnome-console, gnome-terminal)
(terminator, gnome-boxes): Adjust accordingly.
* gnu/packages/guile-xyz.scm (nomad): Likewise.
* gnu/packages/lxde.scm (lxterminal): Likewise.
* gnu/packages/mate.scm (mate-terminal): Likewise.
* gnu/packages/spice.scm (virt-viewer): Likewise.
* gnu/packages/sugar.scm (sugar-terminal-activity): Likewise.
* gnu/packages/terminals.scm (tilda, sakura, xiate, tilix): Likewise.
* gnu/packages/virtualization.scm (virt-manager): Likewise.
* gnu/packages/vnc.scm (remmina): Likewise.
* gnu/packages/xfce.scm (xfce4-terminal): Likewise.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 83cede55df..7e17f2497b 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1281,7 +1281,7 @@ features playback of local media files, DVD/CD and live streams.") (native-inputs (list docbook-xsl libxslt xfce4-dev-tools)) (inputs - (list libxfce4ui vte)) + (list libxfce4ui vte/gtk+-3)) (home-page "https://docs.xfce.org/apps/xfce4-terminal/") (synopsis "Xfce terminal emulator") (description |