不灭的火

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2016-01-05 18:45:43  修改时间:2025-11-10 20:47:14  分类:06.Linux软件安装  编辑

Ubuntu 12 启动 PhpStorm10.x 时报错:

IBus prior to 1.5.11 may cause input problems. See IDEA-78860 for details.

 解决方案:

echo "export IBUS_ENABLE_SYNC_MODE=1" >> ~/.bashrc
source ~/.bashrc