Package:Xfce4-terminal

From Funtoo
Revision as of 16:38, March 8, 2015 by Duncan.britton (talk | contribs) (Created page with "{{Ebuild |Summary=The default terminal for the XFCE desktop environment. |CatPkg=x11-terms/xfce4-terminal |Homepage=http://docs.xfce.org/apps/terminal/start }} Just like any o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Xfce4-terminal

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Just like any other terminal emulator for UNIX-based systems, xfce4-terminal emulates the text-based terminal that you most likely see when your system is starting up. Although there are a plethora of other terminal emulators available for the X environment, xfce terminal offers several useful features :

  • Multiple tabs per terminal window
  • Most aspects of the terminal, including the toolbars, font, and scrollbar, can easily be configured by using the 'preferences' dialog window
  • Support for both MultiScreen and Xinerama

Installation

If you have emerged the xfce4-meta package, then you should have xfce4-terminal installed on your system. If you are interested in using xfce4-terminal with a desktop environment other than xfce, perhaps in a standalone window manager such as Openbox, you will have to emerge the program using the following command:

root # emerge xfce4-terminal

Chances are, if you are installing xfce4-terminal in a window manager or desktop environment different from xfce, it will pull in some xfce-based dependencies that it requires to run. If you do not like the idea of cluttering up your lean system with a few additional packages, consider checking out something with fewer requirements, such as Xterm.

Usage

If you are using the xfce4 desktop environment and xfce4-terminal is installed on your system, it should be located in your applications menu under the category "System." If you are not running the xfce4 desktop environment, launch the xfce terminal as you would any other application that you have installed on your system. After you launch the terminal, you will notice the terminal window has appeared on your screen (what a surprise, right?). You can now begin hacking away to your heart's desire from your newly installed terminal emulator.

Configuration Options

If something doesn't look right with the terminal to you, chances are, you can configure your problem away. To open the xfce4-terminal preferences dialog, go to the menubar at the top of the terminal window and select the category "Edit." Then choose the subcategory "Preferences..." to launch the preferences window.

Font

To change the default font that the terminal uses, navigate to the tab labeled "Appearance" in the preferences dialog. Then, select the first box that says "Font." After selecting this window, you will be able to choose from any of the fonts installed on your system to use as the default xfce4-terminal font. For a really nice looking terminal font, consider emerging the package No results and then selecting the "Ubuntu Mono" option from the font selection dialog. The font seems to look best between sizes 10 and 12 in the terminal.

Transparency

if you are interested in having a transparent background to your terminal window, navigate to the "Appearance" tab of the preferences dialog and select the box below "Background." After clicking on this box, choose the option "Transparent Background." After choosing the option, a slider should appear below the box that allows you to set the alpha level of the background. The closer the value is to 1, the more opaque the background will be. The closer the value is to 0, the background will become more transparent. If you do not get the desired transparency effect after changing this value, you may not be running a compositor on your desktop, which is required to have active transparent backgrounds on windows like this one. For a fairly efficient, very customizable compositor, consider reading the page on Compton.

Scrollbar Location

To change where the scrollbar is located on the terminal window, open the preferences dialog. In the first tab, choose the second to last option. By clicking on the listbox next to the text "Scollbar is:" you can set the scrollbar location to either be disabled, on the left of the terminal window, or on the right of the terminal window.

Default Geometry

if you think that the xfce4-terminal window is too small or too big when it launches for the first time, you can change its default size quite easily. To do so, open the preferences dialog for the terminal and navigate to the tab labeled "Appearance." Above the section titled "Tab Activity Indicator" are two text boxes next to one another. The first one from the left sets how many columns of text the window will have on launch and the second one sets how many rows of text the window will have. By increasing the number of columns, the window will become wider and by increasing the number of rows, the window will become 'taller.' To shrink the width or height of the window, decrease the value for columns or rows, respectively.

Command line options

TODO