Vala-terminal

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(debian works too)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Image:Vala-terminal.png|thumb| vala-terminal with one tab]]
+
[[Image:Vala-terminal4.png|thumb| vala-terminal 1.1.1-r0.2 ]]
  
 
== Overview ==
 
== Overview ==
Line 5: Line 5:
  
 
This is official successor of openmoko-terminal2 (https://kerneltrap.org/mailarchive/openmoko-community/2008/11/13/4084004/thread).
 
This is official successor of openmoko-terminal2 (https://kerneltrap.org/mailarchive/openmoko-community/2008/11/13/4084004/thread).
 
[[Image:Vala-terminal2.png|thumb| vala-terminal with toolbar vertically]]
 
  
 
Features:
 
Features:
Line 22: Line 20:
  
 
Buttons in toolbar are loaded from Systems stock, so they can look different than in screenshots (please add, if your distro shows it differently)
 
Buttons in toolbar are loaded from Systems stock, so they can look different than in screenshots (please add, if your distro shows it differently)
 
+
=== Buttons ===
 
Buttons left to rigth:
 
Buttons left to rigth:
 
* New          - Open new tab
 
* New          - Open new tab
Line 33: Line 31:
 
* [1/2]        - Current tab / Total number of tabs
 
* [1/2]        - Current tab / Total number of tabs
 
* Circle-arrow  - Flips the toolbar to vertical (and vertical to horizontal)
 
* Circle-arrow  - Flips the toolbar to vertical (and vertical to horizontal)
 +
 +
=== Commandline parameters===
 +
*--help        : manual
 +
*-v            : starts toolbar vertically
 +
*-h            : starts toolbar horizontally
 +
*-fs size      : starts with given fontsize
 +
*-fc r g b      : color of font (values between 0...65535)
 +
*-bc r g b      : color of background (values between 0...65535)
 +
*-f fontname    : Used font
 +
*-e cmd        : executes cmd (like xterm and konsole in KDE)
 +
 +
=== Tips ===
 +
-e is very handy with desktop-files. You can start console applications from icons:
 +
 +
vala-terminal -e nano /etc/hosts
 +
 +
=== Examples ===
 +
vala-terminal -v -fs 3 -f Ariel -fc 0 65535 0 -bc 65535 0 0 -e nano
 +
 +
Starts toolbar vertically (-v), fontsize 3 (-fs 3), using font Ariel (-f Ariel). Text is maximal green and background is maximal red. Executes automatically command 'nano'.
  
 
== Download ==
 
== Download ==
[[Image:Vala-terminal4.png|thumb| vala-terminal with black background, is it better?]]
+
[[Image:Vala-terminal-Nethack.png|thumb| vala-terminal with toolbar vertically]]
  
 
[http://www.opkg.org/package_112.html In opkg.org]
 
[http://www.opkg.org/package_112.html In opkg.org]
  
  opkg install http://www.opkg.org/packages/vala-terminal_1.1.1-r0.1_armv4t.opk
+
  opkg install http://www.opkg.org/packages/vala-terminal_1.1.1-r0.3_armv4t.opk
  
  
 
== Building ==
 
== Building ==
It can be builded with this bitbake-recipe, but you must have valac version 0.5.6 (released 18.January 2009) installed ON YOUR HOST MACHINE.
+
It can be builded with this bitbake-recipe, but you must have valac version 0.5.6 (released 18.January 2009) or newer installed ON YOUR HOST MACHINE.
 +
(e.g. Ubuntu has version 0.5.7, so this might be useless snippet)
  
 
It is just: (Who will make step-by-step walktrought how to install this in toolchain?)
 
It is just: (Who will make step-by-step walktrought how to install this in toolchain?)
Line 52: Line 71:
 
  ./configure
 
  ./configure
 
  make
 
  make
  make install  
+
  make install
  
 
+
Bitbake-recipe:  
Bitbake-recipe:
+
 
  DESCRIPTION = "The Openmoko Command Line Terminal"
 
  DESCRIPTION = "The Openmoko Command Line Terminal"
 
  SECTION = "openmoko/applications"
 
  SECTION = "openmoko/applications"
 +
LICENSE = "GPL"
 +
HOMEPAGE = "http://git.freesmartphone.org/?p=vala-terminal.git"
 +
PKG_TAGS_${PN} = "group::applications"
 
  PV = "1.1.1"
 
  PV = "1.1.1"
  PR = "r0.1"
+
  PR = "r0.4"  
 
+
  #how to use git?
+
  #SRC_URI = "git://git.freesmartphone.org/vala-terminal.git;proto=http"
+
  #how to use git in bb?
 +
  #SRC_URI = "git://git.freesmartphone.org/vala-terminal.git;proto=http"  
 
   
 
   
 
  do_patch() {
 
  do_patch() {
 
  git clone git://git.freesmartphone.org/vala-terminal.git  
 
  git clone git://git.freesmartphone.org/vala-terminal.git  
 
   
 
   
  #so we first run autogen.sh (it generates Makefile)
+
  #so we first run autogen.sh (it will generate Makefile)
 
  mv vala-terminal vala-terminal-${PV}
 
  mv vala-terminal vala-terminal-${PV}
 
  cd vala-terminal-${PV}
 
  cd vala-terminal-${PV}
 
  ./autogen.sh \
 
  ./autogen.sh \
    --build=i486-linux-gnu \
+
  --build=i486-linux-gnu \
    --host=${TARGET_SYS}
+
  --host=${TARGET_SYS}
+
 
 
  #Now we have Makefile and we can patch it to use host-systems valac (it generates c-code)
 
  #Now we have Makefile and we can patch it to use host-systems valac (it generates c-code)
 
  sed 's/$(VALAC) -c/\/usr\/local\/bin\/valac -C/g' Makefile > Makefile_new
 
  sed 's/$(VALAC) -c/\/usr\/local\/bin\/valac -C/g' Makefile > Makefile_new
Line 85: Line 107:
 
   
 
   
 
  do_install() {
 
  do_install() {
      install -d ${D}${bindir}
+
        install -d ${D}${bindir}
      install -d ${D}${datadir}/pixmaps
+
        install -d ${D}${datadir}/pixmaps
      install -d ${D}${datadir}/applications
+
        install -d ${D}${datadir}/applications
 
   
 
   
      install ${WORKDIR}/vala-terminal-${PV}/.libs/vala-terminal ${D}${bindir}/
+
        install ${WORKDIR}/vala-terminal-${PV}/.libs/vala-terminal ${D}${bindir}/
      install ${WORKDIR}/vala-terminal-${PV}/data/vala-terminal.png ${D}/${datadir}/pixmaps
+
        install ${WORKDIR}/vala-terminal-${PV}/data/vala-terminal.png ${D}/${datadir}/pixmaps
      install ${WORKDIR}/vala-terminal-${PV}/data/vala-terminal.desktop ${D}${datadir}/applications
+
        install ${WORKDIR}/vala-terminal-${PV}/data/vala-terminal.desktop ${D}${datadir}/applications
 
  }
 
  }
  
 
== Issues ==
 
== Issues ==
[[Image:Vala-terminal-debian.png|thumb| vala-terminal on Debian]]
+
[[Image:Vala-terminal-debian.png|thumb| vala-terminal on Debian with white background]]
 +
If you have problems with the font on OM2008.12 (characters such as m, M, w, W, and @ overlap the character next to them), you probably missed ttf-liberation-mono -font.
 +
 
 +
Any good font in repositories?
 +
 
 
How to use git in bitbake (rigth way)?
 
How to use git in bitbake (rigth way)?
  
 
How to install valac to the toolchain?
 
How to install valac to the toolchain?
  
Black or white background?
+
Debians fontsize (5) is lots of smaller than OMs fontsize (5) (this can be handled with -fs size parameter)
 
+
Debians fontsize (5) is lots of smaller than Oms fontsize (5)! (Commandline parameter for default fontsize? Config-file?)
+
  
 
<onlyinclude>
 
<onlyinclude>
Line 108: Line 132:
 
   Name=[[vala-terminal]]|
 
   Name=[[vala-terminal]]|
 
   Description=Terminal|
 
   Description=Terminal|
   Screenshot=vala-terminal.png|
+
   Screenshot=Vala-terminal4.png|
 
   Homepage=http://git.freesmartphone.org/?p=vala-terminal.git|
 
   Homepage=http://git.freesmartphone.org/?p=vala-terminal.git|
 
   TestedOn=Om 2008.12, Debian|
 
   TestedOn=Om 2008.12, Debian|
Line 115: Line 139:
 
</onlyinclude>
 
</onlyinclude>
  
[[Category:Terminal]]
+
== Float Font Size ==
 +
 
 +
The current verion of vala-terminal has integer font sizes. On a 284 dpi Freerunner I find that the best font size is somewhere between 3 and 4 (about 3.6 or 3.7 seems best). I wrote a patch for vala-terminal which makes the font size a floating point value and sets the default to 3.7. http://trac.hackable1.org/trac/ticket/340
 +
 
 +
[[Category:System Applications]]

Latest revision as of 12:20, 10 December 2009

vala-terminal 1.1.1-r0.2

Contents

[edit] Overview

Command Line Terminal. It is written in (vala) programming-language. Vala produces c-code, which is then compiled binary form, so vala do not add any runtime requirements/dependeries.

This is official successor of openmoko-terminal2 (https://kerneltrap.org/mailarchive/openmoko-community/2008/11/13/4084004/thread).

Features:

  • Narrow toolbar
  • Tabs
  • Scrollbar
  • Toolbar can be oriented horizontaly or vertically
  • Zooming (Fontsize changing)
  • Paste selected text (not really clipboard)
  • handles -e parameter, like xterm and konsole in KDE (e.g. you can use it to start console applications with desktop-files: vala-terminal -e nano /etc/hosts)

[edit] Usage

landscaped vala-terminal with toolbar vertically

Buttons in toolbar are loaded from Systems stock, so they can look different than in screenshots (please add, if your distro shows it differently)

[edit] Buttons

Buttons left to rigth:

  • New - Open new tab
  • Del - Close current tab
  • + - Zoom in (raise font size)
  • - - Zoom out (lower font size)
  • Paste - Paste selected text (can be from another tab, not in another application)
  • <- - Go previous tab
  • -> - Go next tab
  • [1/2] - Current tab / Total number of tabs
  • Circle-arrow - Flips the toolbar to vertical (and vertical to horizontal)

[edit] Commandline parameters

  • --help  : manual
  • -v  : starts toolbar vertically
  • -h  : starts toolbar horizontally
  • -fs size  : starts with given fontsize
  • -fc r g b  : color of font (values between 0...65535)
  • -bc r g b  : color of background (values between 0...65535)
  • -f fontname  : Used font
  • -e cmd  : executes cmd (like xterm and konsole in KDE)

[edit] Tips

-e is very handy with desktop-files. You can start console applications from icons:

vala-terminal -e nano /etc/hosts

[edit] Examples

vala-terminal -v -fs 3 -f Ariel -fc 0 65535 0 -bc 65535 0 0 -e nano

Starts toolbar vertically (-v), fontsize 3 (-fs 3), using font Ariel (-f Ariel). Text is maximal green and background is maximal red. Executes automatically command 'nano'.

[edit] Download

vala-terminal with toolbar vertically

In opkg.org

opkg install http://www.opkg.org/packages/vala-terminal_1.1.1-r0.3_armv4t.opk


[edit] Building

It can be builded with this bitbake-recipe, but you must have valac version 0.5.6 (released 18.January 2009) or newer installed ON YOUR HOST MACHINE. (e.g. Ubuntu has version 0.5.7, so this might be useless snippet)

It is just: (Who will make step-by-step walktrought how to install this in toolchain?)

wget http://download.gnome.org/sources/vala/0.5/vala-0.5.6.tar.bz2
tar -xvf vala-0.5.6.tar.bz2
cd vala-0.5.6
./configure
make
make install

Bitbake-recipe:

DESCRIPTION = "The Openmoko Command Line Terminal"
SECTION = "openmoko/applications"
LICENSE = "GPL"
HOMEPAGE = "http://git.freesmartphone.org/?p=vala-terminal.git"
PKG_TAGS_${PN} = "group::applications"
PV = "1.1.1"
PR = "r0.4" 


#how to use git in bb?
#SRC_URI = "git://git.freesmartphone.org/vala-terminal.git;proto=http" 

do_patch() {
git clone git://git.freesmartphone.org/vala-terminal.git 

#so we first run autogen.sh (it will generate Makefile)
mv vala-terminal vala-terminal-${PV}
cd vala-terminal-${PV}
./autogen.sh \
  --build=i486-linux-gnu \
  --host=${TARGET_SYS}
 
#Now we have Makefile and we can patch it to use host-systems valac (it generates c-code)
sed 's/$(VALAC) -c/\/usr\/local\/bin\/valac -C/g' Makefile > Makefile_new
mv Makefile_new Makefile
}

do_compile() {
make
arm-angstrom-linux-gnueabi-strip .libs/vala-terminal
}

do_install() {
       install -d ${D}${bindir}
       install -d ${D}${datadir}/pixmaps
       install -d ${D}${datadir}/applications

       install ${WORKDIR}/vala-terminal-${PV}/.libs/vala-terminal ${D}${bindir}/
       install ${WORKDIR}/vala-terminal-${PV}/data/vala-terminal.png ${D}/${datadir}/pixmaps
       install ${WORKDIR}/vala-terminal-${PV}/data/vala-terminal.desktop ${D}${datadir}/applications
}

[edit] Issues

vala-terminal on Debian with white background

If you have problems with the font on OM2008.12 (characters such as m, M, w, W, and @ overlap the character next to them), you probably missed ttf-liberation-mono -font.

Any good font in repositories?

How to use git in bitbake (rigth way)?

How to install valac to the toolchain?

Debians fontsize (5) is lots of smaller than OMs fontsize (5) (this can be handled with -fs size parameter)


Vala-terminal4.png vala-terminal

Terminal


Homepage: http://git.freesmartphone.org/?p=vala-terminal.git
Package: vala-terminal
Tested on: Om 2008.12, Debian



[edit] Float Font Size

The current verion of vala-terminal has integer font sizes. On a 284 dpi Freerunner I find that the best font size is somewhere between 3 and 4 (about 3.6 or 3.7 seems best). I wrote a patch for vala-terminal which makes the font size a floating point value and sets the default to 3.7. http://trac.hackable1.org/trac/ticket/340

Personal tools
vala-terminal with one tab

Overview

Command Line Terminal. It is written in (vala) programming-language. Vala produces c-code, which is then compiled binary form, so vala do not add any runtime requirements/dependeries.

This is official successor of openmoko-terminal2 (https://kerneltrap.org/mailarchive/openmoko-community/2008/11/13/4084004/thread).

vala-terminal with toolbar vertically

Features:

  • Narrow toolbar
  • Tabs
  • Scrollbar
  • Toolbar can be oriented horizontaly or vertically
  • Zooming (Fontsize changing)
  • Paste selected text (not really clipboard)
  • handles -e parameter, like xterm and konsole in KDE (e.g. you can use it to start console applications with desktop-files: vala-terminal -e nano /etc/hosts)

Usage

landscaped vala-terminal with toolbar vertically

Buttons in toolbar are loaded from Systems stock, so they can look different than in screenshots (please add, if your distro shows it differently)

Buttons left to rigth:

  • New - Open new tab
  • Del - Close current tab
  • + - Zoom in (raise font size)
  • - - Zoom out (lower font size)
  • Paste - Paste selected text (can be from another tab, not in another application)
  • <- - Go previous tab
  • -> - Go next tab
  • [1/2] - Current tab / Total number of tabs
  • Circle-arrow - Flips the toolbar to vertical (and vertical to horizontal)

Download

vala-terminal with black background, is it better?

In opkg.org

opkg install http://www.opkg.org/packages/vala-terminal_1.1.1-r0.1_armv4t.opk


Building

It can be builded with this bitbake-recipe, but you must have valac version 0.5.6 (released 18.January 2009) installed ON YOUR HOST MACHINE.

It is just: (Who will make step-by-step walktrought how to install this in toolchain?)

wget http://download.gnome.org/sources/vala/0.5/vala-0.5.6.tar.bz2
tar -xvf vala-0.5.6.tar.bz2
cd vala-0.5.6
./configure
make
make install 


Bitbake-recipe:

DESCRIPTION = "The Openmoko Command Line Terminal"
SECTION = "openmoko/applications"
PV = "1.1.1"
PR = "r0.1"
  
#how to use git?
#SRC_URI = "git://git.freesmartphone.org/vala-terminal.git;proto=http"

do_patch() {
git clone git://git.freesmartphone.org/vala-terminal.git 

#so we first run autogen.sh (it generates Makefile)
mv vala-terminal vala-terminal-${PV}
cd vala-terminal-${PV}
./autogen.sh \
   --build=i486-linux-gnu \
   --host=${TARGET_SYS}

#Now we have Makefile and we can patch it to use host-systems valac (it generates c-code)
sed 's/$(VALAC) -c/\/usr\/local\/bin\/valac -C/g' Makefile > Makefile_new
mv Makefile_new Makefile
}

do_compile() {
make
arm-angstrom-linux-gnueabi-strip .libs/vala-terminal
}

do_install() {
      install -d ${D}${bindir}
      install -d ${D}${datadir}/pixmaps
      install -d ${D}${datadir}/applications

      install ${WORKDIR}/vala-terminal-${PV}/.libs/vala-terminal ${D}${bindir}/
      install ${WORKDIR}/vala-terminal-${PV}/data/vala-terminal.png ${D}/${datadir}/pixmaps
      install ${WORKDIR}/vala-terminal-${PV}/data/vala-terminal.desktop ${D}${datadir}/applications
}

Issues

vala-terminal on Debian

How to use git in bitbake (rigth way)?

How to install valac to the toolchain?

Black or white background?

Debians fontsize (5) is lots of smaller than Oms fontsize (5)! (Commandline parameter for default fontsize? Config-file?)


Vala-terminal.png vala-terminal

Terminal


Homepage: http://git.freesmartphone.org/?p=vala-terminal.git
Package: vala-terminal
Tested on: Om 2008.12, Debian