use*_*491 4 system-monitor 15.10
Ubuntu 15.10,系统监视器不启动。尝试从终端启动会出现此错误:
gnome-system-monitor: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgiomm-2.4.so.1: undefined symbol: _ZN4Glib11VariantTypeD1Ev
Run Code Online (Sandbox Code Playgroud)
K - 您正在加载一个特定于 VMWare 的库,因此我假设您需要像我一样使用该程序。
第一:编辑/usr/bin/vmware并添加行
export LD_LIBRARY_PATH=/usr/lib/vmware/lib/libglibmm-2.4.so.1/:$LD_LIBRARY_PATH
说set -e.
如果您使用 VMPlayer,请执行相同的操作 /usr/bin/vmplayer
删除文件 /etc/ld.so.conf.d/LD_LIBRARY_PATH.conf
执行命令 sudo ldconfig
此时一切都应该正常工作。