[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A workaround to make the Toolbox usable on recent versions of Ubuntu 12
I just tried running the Toolbox on a very recent version of Ubuntu 12 (Precise Pangolin).I found that the menus don't appear, so the Toolbox is unusable.
stdout/stderr reports errors like this:
The workaround is to set an environment variable, by creating a script to run the Toolbox.
The following worked for me:
nano launch.sh
#!/bin/bash
export UBUNTU_MENUPROXY=0
toolbox/toolbox
chmod +x launch.sh
./launch.sh
Chris