|
From: Juan T. <to...@us...> - 2000-03-20 15:28:36
|
Jammet wrote in freshmeat: >Can the program be changed to not be dependant on GNOME >anymore? I've been trying to avoid the use graphical user >interfaces such as KDE and GNOME and only use a Window >Manager, and like GTK applications alot. >Okay this may be a silly request - I don't know just how much >of etherape is about GNOME, but I've seen many apps that let >me ./configure --without-gnome and I'd like this a lot with >etherape. Please give it a thought, thank you =). I'm afraid the display is definitely dependant on gnome, since it is based in gnome_canvas and that's one of the reasons I've managed to produce this program quite fast. On the other hand, I'm taking care to separate the capturing and the display side of things, so that anybody willing to produce a different interface would only have to do that. I don't like to be dependant on so high level libraries either, but right now there are no other options (until some nice programmer decides to give it a try!). Regards, Juan. |