如何在Ubuntu上安装Guake下拉式终端
Guake 是一个适用于 GNOME 和其他桌面的下拉式终端。它旨在提供一个快速访问终端,只需按下简单的按键即可在屏幕上显示/隐藏。它的窗口样式基于 FPS 游戏,目标之一是易于使用。Guake 主要用 Python 编写,一小部分用 C 编写。本文介绍如何在 Ubuntu 上安装Guake 终端。
特性
- 轻量级终端
- 简单、易用且优雅
- 终端与 GUI 的平滑集成
- 在您调用时出现,并在您完成操作后(默认使用预定义的热键 F12)消失
- 支持 Compiz 透明度
- 支持多标签
- 支持多种调色板
- 只需点击文件名即可快速在您喜欢的文本编辑器中打开(支持行号)
- 可自定义的热键,用于标签访问、重组、背景透明度、字体大小等。
- 极高的可配置性
- 在 Guake 启动时运行 bash 脚本配置 Guake 启动
- 支持多显示器(在指定的显示器上打开,在鼠标所在的显示器上打开)
- 保存终端内容到文件
- 在浏览器中打开 URL
安装 Guake
要安装 Guake 终端,请使用以下命令:
# sudo apt-get install guake
示例输出应如下所示:
Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libglade2-0 libkeybinder0 libvte-common libvte9 python-cairo python-dbus python-gconf python-gi python-glade2 python-gobject-2 python-gtk2 python-keybinder python-notify python-vte python-xdg Suggested packages: python-dbus-doc python-dbus-dbg python-gnome2-doc python-gi-cairo python-gtk2-doc python-gobject-2-dbg The following NEW packages will be installed: guake libglade2-0 libkeybinder0 libvte-common libvte9 python-cairo python-dbus python-gconf python-gi python-glade2 python-gobject-2 python-gtk2 python-keybinder python-notify python-vte python-xdg 0 upgraded, 16 newly installed, 0 to remove and 2 not upgraded. Need to get 1,794 kB of archives. After this operation, 9,716 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 libglade2-0 amd64 1:2.6.4-2 [44.6 kB] Get:2 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 python-dbus amd64 1.2.0-3 [83.5 kB] Get:3 http://in.archive.ubuntu.com/ubuntu xenial/main amd64 python-gobject-2 amd64 2.28.6-12ubuntu1 [181 kB] Get:4 http://in.archive.ubuntu.com/ubuntu xenial/universe amd64 python-gconf amd64 2.28.1+dfsg-1.1 [22.3 kB] ......................................................................
要打开 Guake,请使用以下命令:
$ guake
启动后,使用 F12(默认)在您的 Gnome 桌面上下拉和卷起终端。Guake 的输出如下所示:
通过应用程序菜单运行或运行以下命令来运行 Guake 首选项。
$ guake --preferences
示例输出应如下所示:
滚动属性应如下所示:
外观属性 - 使用外观属性,您可以修改文本和背景颜色以及调整透明度,如下所示:
要获取有关 Guake 的更多信息,请使用以下命令:
$ guake -help
示例输出应如下所示:
Options: -h, --help show this help message and exit -f, --fullscreen Put Guake in fullscreen mode -t, --toggle-visibility Toggles the visibility of the terminal window --show Shows Guake main window --hide Hides Guake main window -p, --preferences Shows Guake preference window -a, --about Shows Guake's about info -n NEW_TAB, --new-tab=NEW_TAB Add a new tab (with current directory set to NEW_TAB) -s SELECT_TAB, --select-tab=SELECT_TAB Select a tab (SELECT_TAB is the index of the tab) -g, --selected-tab Return the selected tab index. -e COMMAND, --execute-command=COMMAND Execute an arbitrary command in the selected tab. -i TAB_INDEX, --tab-index=TAB_INDEX Specify the tab to rename. Default is 0. --bgcolor=BGCOLOR Set the hexadecimal (#rrggbb) background color of the selected tab. --fgcolor=FGCOLOR Set the hexadecimal (#rrggbb) foreground color of the selected tab. --rename-tab=TITLE Rename the specified tab. Reset to default if TITLE is a single dash "-". -r TITLE, --rename-current-tab=TITLE Rename the current tab. Reset to default if TITLE is a single dash "-". -q, --quit Says to Guake go away =( -u, --no-startup-script Do not execute the start up script
阅读完本文后,您将能够了解如何在 Ubuntu 上安装 Guake(下拉式终端)。在我们的下一篇文章中,我们将提供更多基于 Linux 的技巧和提示。敬请关注!
广告