Help / About dialog reports version 0.2.12 for version 0.4.4.
That is almost impossible. What does "terminal --version" show for version number?
%uname -a FreeBSD amd64. 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 %terminal --version Terminal 0.2.12 (Xfce 4.6.1) Copyright (c) 2003-2007 os-cillation e.K. All rights reserved. Written by Benedikt Meurer <benny@xfce.org>. Built with Gtk+-2.16.6, running with Gtk+-2.16.6. Please report bugs to <http://bugzilla.xfce.org/>. I have compiled the 0.4.4 version from souces and it shows: %pwd /temp/xfce/Terminal-0.4.4/terminal %./Terminal --version Terminal 0.4.4 (Xfce 4.6.1) Copyright (c) 2003-2010 os-cillation e.K. All rights reserved. Written by Benedikt Meurer <benny@xfce.org>. Built with Gtk+-2.16.6, running with Gtk+-2.16.6. Please report bugs to <http://bugzilla.xfce.org/>. And I attach screenshot of the Help/About dialog.
Created attachment 2853 Help / About dialog from version 0.4.4
Well I'm sure the 0.2.12 version is executed. You probably run 0.4.4 from within a 0.2.12 instance (which registered first with dbus). So 0.4.4 spawn a new 0.2.12 instance over dbus and exits. So when you start the compiled 0.4.4 like ./Terminal --disable-server everything will be fine. Please reopen if i'm wrong...