Jan 13, 2007
Gtk-WARNING … “ubuntulooks”
The following error occurs when starting any of the mysql tools, s:
(mysql-administrator-bin:6452): Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks"
Solution:
@@ -25,7 +25,7 @@ elif [ -d "$tmp_DIRNAME2/share" ]; then # installed to /opt or something similar DIRNAME="$tmp_DIRNAME2" - LIBPREFIX="$DIRNAME" + LIBPREFIX="$DIRNAME/lib/mysql-gui" else echo "Data files not found. Please check your installation." exit 1
reference: http://bugs.mysql.com/bug.php?id=24325