|
|
发表于 2007-10-24 12:52:39
|
显示全部楼层
Post by ripple0328
找到一个临时解决方案,下午试试
Unfortunately, this is a bug that was not solved and it occurs with other applications too. To solve it, make a file in your home or home/bin directory, let's say matlab.sh containing
CODE
#!/bin/sh
export LIBXCB_ALLOW_SLOPPY_LOCK=1
matlab -desktop
and make it executable by
CODE
chmod +x matlab.sh
now if you run it
CODE
./matlab.sh
you should be able to start matlab.
我现在就试试 |
|