Package: mysql-workbench
Followup-For: Bug #769393
Dear Dmitry,
Thanks for the tip! I placed the following wrapper script at
/usr/local/bin/mysql-workbench to work around the bug:
#!/bin/sh
if [ -n "${XDG_RUNTIME_DIR}" ]; then
GNOME_KEYRING_CONTROL="${XDG_RUNTIME_DIR}/keyring/control"
[ -z "${GNOME_KEYRING_CONTROL}" ] || export GNOME_KEYRING_CONTROL
fi
/usr/bin/mysql-workbench ${@}
This has the advantage that one can start the workbench right from the menu and
does not need to start a terminal first. I hope this is helpfull to others.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]