
Code: Select all
psyqil ~$ tilda
(tilda:32384): Gtk-WARNING **: Attempting to add a widget with type GtkTable to a GtkWindow, but as a GtkBin subclass a GtkWindow can only contain one widget at a time; it already contains a widget of type GtkVBox
(tilda:32384): Gtk-WARNING **: Attempting to add a widget with type GtkVBox to a GtkWindow, but as a GtkBin subclass a GtkWindow can only contain one widget at a time; it already contains a widget of type GtkVBox
tilda: </devilspie>: Unknown error 3221216624

Code: Select all
pwnz3r@Fygor:: make [tilda-0.02]
gcc `pkg-config --cflags --libs gtk+-2.0` -lpthread -lvte -otilda src/key_bindings.c src/wizard.c src/tilda.c
src/key_bindings.c: In function `xbindkeys':
src/key_bindings.c:34: warning: assignment makes pointer from integer without a cast
src/key_bindings.c: In function `fluxbox':
src/key_bindings.c:113: warning: assignment makes pointer from integer without a cast
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lvte
collect2: ld returned 1 exit status
make: *** [tilda] Error 1Code: Select all
gcc `pkg-config --cflags --libs gtk+-2.0` -lpthread -lvte -otilda src/key_bindings.c src/wizard.c src/tilda.c
src/key_bindings.c: In function `xbindkeys':
src/key_bindings.c:34: warning: assignment makes pointer from integer without a cast
src/key_bindings.c: In function `fluxbox':
src/key_bindings.c:113: warning: assignment makes pointer from integer without a cast
/var/tmp/portage/tilda-0.02/temp/cc9DYpli.o(.text+0x15f): In function `write_devilspie':
: warning: the use of `tmpnam' is dangerous, better use `mkstemp'Code: Select all
* x11-libs/vte
Latest version available: 0.11.11-r2
Latest version installed: 0.11.11-r2
Size of downloaded files: 867 kB
Homepage: http://www.gnome.org/
Description: Xft powered terminal widget
License: LGPL-2




This project, tilda, seems to have the big pro of being toolkit agnostic, so it's usable by users running different wm/de'sicefox13 wrote:If you are using KDE, you may be interested in a similar project, named Kuake:
http://www.nemohackers.org/kuake.php


Yep, I see. I simply mentioned another alternative for those KDE folks out theretheBlackDragon wrote:This project, tilda, seems to have the big pro of being toolkit agnostic, so it's usable by users running different wm/de'sicefox13 wrote:If you are using KDE, you may be interested in a similar project, named Kuake:
http://www.nemohackers.org/kuake.php



