分页: 1 / 1

ROXTerm

发表于 : 2008-02-03 1:29
rhfcaesar
X下的终端模拟器
http://roxterm.sourceforge.net/

ROXTerm is a terminal emulator intended to provide similar features to gnome-terminal, based on the same VTE library, but with a smaller footprint and quicker start-up time. It achieves this by not using the Gnome libraries and by using a separate applet to provide the configuration GUI. It can be used as a ROX application, as the name implies, or in any other X environment.

不用urxvt了。

发表于 : 2008-02-03 3:39
zhuqin_83
pacman -S roxterm :lol:

发表于 : 2008-02-03 3:57
zhuqin_83
哦呀,版本低了一点点,立马编译之。

发表于 : 2008-02-03 10:04
millenniumdark
qinqin也叛变到arch

这个roxterm好的,中文输入都支持。比gnome-terminal轻量点。

发表于 : 2008-02-03 14:06
rhfcaesar
zhuqin_83 写了:pacman -S roxterm :lol:
NND, :D :D

发表于 : 2008-02-03 14:10
rhfcaesar
貌似功能比gnome-terminal强哦! 可以直接打开网络链接,发送邮件,支持文件拖放,支持......,靠!
:D :D

发表于 : 2008-02-03 14:21
eexpress
推荐rox组件的时候,没一个人来用。@@

发表于 : 2008-02-03 14:35
lyz_new
最新版本的Arch Linux PKGBUILD :lol:

代码: 全选

# $Id: PKGBUILD,v 1.5 2008/01/07 19:16:13 pizzapunk Exp $
# Maintainer: Alexander Fehr <pizzapunk gmail com>

pkgname=roxterm
pkgver=1.10.0
pkgrel=1
pkgdesc="Tabbed, VTE-based terminal emulator with a small footprint"
arch=('i686' 'x86_64')
url="http://roxterm.sourceforge.net/"
license=('GPL')
depends=('libglade' 'dbus-glib' 'vte')
makedepends=('pkgconfig')
source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.gz)

build() {
  cd $startdir/src/roxterm-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

发表于 : 2008-02-03 22:49
jarryson
基于vte的,还不是一样庞大,不如直接termianl,tilda之类的。