Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
While trying to execute mysql-workbench, I get a dialog with: The GRT environment for the Workbench could not be initialized. Please verify your installation." And a output in console: ** (mysql-workbench-bin:25019): WARNING **: Error getting color presets. I've seen other bugs about this program, but I think this is not a duplicate because I don't have ati-drivers and error is not the same. Reproducible: Always
(In reply to comment #0) > While trying to execute mysql-workbench, I get a dialog with: The GRT > environment for the Workbench could not be initialized. Please verify your > installation." > I've seen other bugs about this program, but I think this is not a duplicate > because I don't have ati-drivers and error is not the same. To fix the GRT related problems try: unset LANG unset LC_ALL mysql-workbench It's a known (see http://bugs.mysql.com/bug.php?id=19380) problem of MySQL workbench and might be related to its beta state. I don't know if adding a start script to the ebuild with the unset commands is useful, maybe a comment or hint after merging is enough ?!? (maintainer?)
Created an attachment (id=134222) [details] patch for mysql workbench fixing startup error See http://forums.mysql.com/read.php?113,73926,91828#msg-91828 for more info, This patch fixes the startup of mysql-workbench for me.
*** This bug has been marked as a duplicate of bug 183583 ***