ROXTerm

仅仅用于软件推荐,不适合发求软件或软件使用问题方面的贴子
回复
头像
rhfcaesar
帖子: 2996
注册时间: 2005-11-17 15:45
来自: 湖北

ROXTerm

#1

帖子 rhfcaesar » 2008-02-03 1:29

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-013257_1023x767_scrot.png

代码: 全选

枪杆子里面出政权
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#2

帖子 zhuqin_83 » 2008-02-03 3:39

pacman -S roxterm :lol:
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#3

帖子 zhuqin_83 » 2008-02-03 3:57

哦呀,版本低了一点点,立马编译之。
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
头像
millenniumdark
论坛版主
帖子: 4159
注册时间: 2005-07-02 14:41
系统: Ubuntu 14.04 (Kylin)
联系:

#4

帖子 millenniumdark » 2008-02-03 10:04

qinqin也叛变到arch

这个roxterm好的,中文输入都支持。比gnome-terminal轻量点。
头像
rhfcaesar
帖子: 2996
注册时间: 2005-11-17 15:45
来自: 湖北

#5

帖子 rhfcaesar » 2008-02-03 14:06

zhuqin_83 写了:pacman -S roxterm :lol:
NND, :D :D

代码: 全选

枪杆子里面出政权
头像
rhfcaesar
帖子: 2996
注册时间: 2005-11-17 15:45
来自: 湖北

#6

帖子 rhfcaesar » 2008-02-03 14:10

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

代码: 全选

枪杆子里面出政权
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#7

帖子 eexpress » 2008-02-03 14:21

推荐rox组件的时候,没一个人来用。@@
● 鸣学
lyz_new
帖子: 164
注册时间: 2007-05-13 10:59

#8

帖子 lyz_new » 2008-02-03 14:35

最新版本的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
}
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#9

帖子 jarryson » 2008-02-03 22:49

基于vte的,还不是一样庞大,不如直接termianl,tilda之类的。
回复