Tilda is a drop-down terminal for Linux. Yesterday, Tilda has been upgraded to version 0.9.5. This release added some new features and fixed lots of bug. This HOWTO will help you install Tilda 0.9.5 from source on Ubuntu 7.10 Gutsy Gibbon.
Tilda 0.9.5 changelog
- Tabs now loop to beginning/end for next/prev
- Better animation support
- Major code reorganization
- Make WWW links Ctrl+Left Click to open in a web browser
- Remove old configuration conversion script
- Updated documentation
- Use glade to generate the config wizard
- Gettextize
- Added true transparency
- Made scrollbar off by default
- Fixed another bug in getting the new lock file (Thanks Wilberding)
- Removed resize/move from hide when animation is turned off. This will fix the closing of certain program (i.e. nano) when Tilda is hidden
- To keep Tilda open on ‘exit’ set Preferences->Title and Command->When Command Exits to “Hold the Terminal Open”
Installing Tilda 0.9.5 on Ubuntu 7.10 Gutsy
- Install all of the dependencies:
$ sudo apt-get build-dep tilda
$ sudo apt-get install flex libglade2-dev
- Download the source package of Tilda from here. Then extract the tarball file:
$ tar zxvf tilda-0.9.5.tar.gz - Configure, build and install Tilda:
$ cd tilda-0.9.5/
$ ./configure
$ make
$ sudo make install
Running Tilda
To run Tilda, you can click Applications → Accessories → Tilda. Or, you can also run “tilda” from your command line.
If you like this post, please consider buying me a beer.
8 responses so far ↓
1 The_Stig // Dec 13, 2007 at 6:59 am
I installed the Tilda, but I don’t like it. How I can remove it?
2 tallman // Dec 14, 2007 at 10:59 am
I used instead of “sudo make install” sudo checkinstall.
It has built successfully and installed. It disappears in a second after I launch it….
lol, whanted to show the output from the console, but forgot that I deleted it a few minutes ago))
The_Stig, in the directory
tilda-0.9.5/
type “sudo make uninstall”
3 Phil // Dec 22, 2007 at 9:08 pm
Where is tilda installed? I want to uninstall it. I can’t “sudo make uninstall” without being in the right folder, but I can’t find it.
4 Phil // Dec 23, 2007 at 10:43 am
Where is the directory, tilda-0.9.5?
5 Brian C // Jan 15, 2008 at 6:35 pm
I luv ya Man!!!!
This version has finally caught up somewhat to Yakuake.
Man thanks for da install tip. I got used to it in Fiesty and installed it in Gusty per apt-get but it was washing out when I used the keybinding after two taps.
Q: I didn’t know about this command when installing source apps
($ sudo apt-get build-dep tilda) but what is this one for
($ sudo apt-get install flex libglade2-dev) or how did you know to install flex and libglade2-dev?
I used your build-dep command to install sox from source and it worked perfectly. Thanks for the help…Great site
6 Damian D // Apr 24, 2008 at 9:49 pm
I had a problem when I did de apt-get:
$ sudo apt-get build-dep tilda
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to find a source package for tilda
The ./configure was ok, but I tried the “make” and “sudo make install”, but i get this:
$ make
make: *** No targets specified and no makefile found. Stop.
$ sudo make install
make: *** No rule to make target `install’. Stop.
Could you please help me? thanks a lot! Great site.
7 FND // Jun 20, 2008 at 6:32 am
Thank you very much for this!
I just followed these instructions for installing Tilda v0.9.6 on Ubuntu Hardy, and it worked like a charm!
8 Ubuntu customization « Projects 2008 // Jul 14, 2008 at 10:13 am
[…] http://phorolinux.com/how-to-install-tilda-095-on-ubuntu-710-gutsy-gibbon.html […]
Leave a Comment