xfce4-terminal
August 12, 2025 ยท View on GitHub
xfce4-terminal
Xfce Terminal is a lightweight and easy to use terminal emulator application with many advanced features including drop down, tabs, unlimited scrolling, full colors, fonts, transparent backgrounds, and more.
Homepage
Changelog
See NEWS for details on changes and fixes made in the current release.
Performance Issues
Xfce Terminal is based on the Vte terminal widget library, just like gnome-terminal. Vte is probably not the fastest terminal emulation library on earth, but it's one of the best when it comes to Unicode support, and not to forget, it's actively developed.
Source Code Repository
Download a Release Tarball
Xfce4-terminal archive or Xfce4-terminal tags
Installation
From source code repository:
% cd xfce4-terminal
% meson setup build
% meson compile -C build
% meson install -C build
From release tarball:
% tar xf xfce4-terminal-<version>.tar.xz
% cd xfce4-terminal-<version>
% meson setup build
% meson compile -C build
% meson install -C build
Uninstallation
% ninja uninstall -C build
Reporting Bugs
Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.