When attemping to run MySQL Administrator (database/mysql-administrator) from KDE's Run Command Dialog, it core dumps with the following output: (mysql-administrator-bin:985): libglade-WARNING **: could not find glade file '/usr/home/share/mysql-gui/common/preferences.glade' terminate called after throwing an instance of 'MGGladeXML::Error' Abort trap (core dumped) It does not do this when ran a regular terminal window. Fix: When logged in as root or using su, edit the /usr/X11R6/bin/mysql-administrator file. Add "#!/bin/sh" line to the top of the file. How-To-Repeat: In KDE, click on the "K Menu" button. Select "Run Command..." and when the dialog appears, enter "mysql-administrator". To view the output, click "Options >>" and check "Run in terminal window".
Responsible Changed From-To: freebsd-ports-bugs->sem Over to maintainer
State Changed From-To: open->closed Fixed. Thanks!