Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:terminal:start [2013/01/10 11:10] nickapps:terminal:start [2021/02/08 19:41] (current) – update icon kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 +{{ :xfce:xfce.terminal.png?no link|}}
 +======  xfce4-terminal - Terminal Emulator ======
  
-====== Terminal Emulator ======+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.
  
-===== Introduction =====+  * **[[#Keyboard Shortcuts|Keyboard Shortcuts]]** 
 +  * **[[#Performance Issues|Performance Issues]]** 
 +  * **[[#Latest Release|Latest Release]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
  
 +----
  
-[[introduction|Introduction to Terminal]]\\ +===== Introduction =====
-What is a terminal emulator and what makes the Xfce terminal emulator special.+
  
-[[getting-started|Getting started]]\\ +  * **[[:apps:xfce4-terminal:introduction|Introduction to Terminal]]** -- What is a terminal emulator and what makes the Xfce terminal emulator special 
-Working for the first time with the Xfce Terminal emulator.+  * **[[:apps:xfce4-terminal:getting-started|Getting Started]]** -- Working for the first time with the Xfce Terminal emulator 
 +  * **[[:apps:xfce4-terminal:usage|Usage]]** -- Basic handling of the application 
 +  * **[[:apps:xfce4-terminal:dropdown|Drop-down Window]]** -- How to use a drop-down terminal window
  
-[[usage|Usage]]\\ +----
-Basic handling of the application.+
  
 ===== Configuration ===== ===== Configuration =====
  
-[[preferences|Preferences]]\\ +  * **[[:apps:xfce4-terminal:preferences|Preferences]]** -- Configuring the terminal emulator 
-Configuring the terminal emulator. Read the [[:faq|FAQ]] section "Editable Menu Acceleratorshow to assign different shortcuts.+  * **[[:apps:xfce4-terminal:command-line|Command-line Options]]** -- Parameters for starting the terminal 
 +  * **[[:apps:xfce4-terminal:advanced|Advanced Topics]]** -- Hidden settings and environment variables 
 + 
 +---- 
 + 
 +==== Keyboard Shortcuts ==== 
 +Keyboard shortcuts can be configured by editing your ''~/.config/xfce4/terminal/accels.scm'' file. 
 +<note tip>If you want to disable Alt+<N> shortcuts that switch between tabs, do not comment out or delete the corresponding entries in the "accels.scmfile. Just replace the field values with blanks: "".</note> 
 + 
 +---- 
 + 
 +===== Performance Issues ===== 
 + 
 +Xfce Terminal is based on the [[https://wiki.gnome.org/Apps/Terminal/VTE|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 developedThat said, performance is still an important 
 +issue for a terminal emulator and Vte with font-antialiasing enabled can be 
 +very slow even on decent systems. Xfce Terminal therefore offers a possibility 
 +to explicitly disable anti-aliasing for the terminal font. If you are 
 +experiencing problems with the terminal rendering speed, you might want to 
 +disable the anti-aliasing for the terminal font. 
 + 
 +[[|Back to Top]] 
 +---- 
 + 
 +===== Latest Release ===== 
 +{{rss>https://archive.xfce.org/feeds/project/xfce4-terminal 1 date description 2h}} 
 + 
 +[[https://archive.xfce.org/src/apps/xfce4-terminal/|Previous Releases]] 
 + 
 +[[|Back to Top]] 
 + 
 +---- 
 + 
 +===== Source Code Repository ===== 
 +[[https://gitlab.xfce.org/apps/xfce4-terminal|]] 
 + 
 +----
  
-[[command-line|Command-line Options]]\\ +===== Reporting Bugs =====
-Parameters for starting the terminal.+
  
-[[dropdown|Drop-down Window]]\\ +  * **[[:apps:xfce4-terminal:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs
-How to use a drop-down terminal window.+
  
-[[advanced|Advanced Topics]]\\ +[[|Back to Top]] 
-Hidden settings and environment variables.+---- 
 +[[:start|Back to main Xfce documentation page]]