LXTerminal 0.1.10 released!


Our fast and small terminal application is out in a new version. Mostly a minor update. However there is a Known bug in this release, the fake transperancy was restored but on the other hand transparancy with compiz was broken, the patch for compiz is trivial but to not hurt fake transperancy it is not trivial. See the bug report for further information.

Get the file at sourceforge.net: lxterminal-0.1.10.tar.gz, sha1: c9534697e549b676a615a83fb0addbb1860fe84d

04809ea add tilde to word selection (closes LP#720758)
819a07b fixed link error on fedora /usr/bin/ld: lxterminal.o: undefined reference to symbol ‘XGetWMNormalHints’ /usr/bin/ld: note: ‘XGetWMNormalHints’ is defined in DSO /usr/lib64/libX11.so.6 so try adding it to the linker command line
e73ba4a GtkNotebookPage fix: Use GtkWidget instead according to GTK3 document.
d6f3732 debian: update to build from source
158a202 debian: add missing files
cb09d55 debian: update with current directory used in Debian
442b13b use another way to calculate base_width and base_height
5ce88dc if gtk3 is used, vte pkgconfig is now vte-2.90, that allow to have gtk2 and gtk3 version installed at the same time. the configure checks must match that difference
97edc77 Don’t use GDK_WINDOW_DESTROYED
65c0562 Use gtk_widget_get_window
10072e9 Use visual instead of colormap
bb32c74 Use gtk_dialog_get_content_area
4b4cbed Add an option to compile with gtk3
b4fa19b Use g_object_ref() instead of gtk_rc_style_unref
2ef2aee Use gtk_about_dialog_set_program_name instead of gtk_about_dialog_set_name
51e5c5e Remove deprecated gtk_about_dialog_set_url_hook
fa6d21f Remove deprecated GtkNotebookPage
dce2ffb Fix more-warnings options
d404af8 Add an option to enable more warnings
efeb476 Add INSTALL
b55a739 Add .gitignore
37f805d Update po/LINGUAS
17769e2 Generate po/LINGUAS at build time.
17dead7 Add silent rules
7c9f533 Set opacity to 100% by default.
234e5a9 Fix failure to set working directory over socket when it contains a space (Bug3037363)
2cda6d2 fixed vte failure because of deprecated API