Ubuntu系统中菜单图标无法展示解决办法:
1.打开配置编辑器 alt+f2输入gconf-editor
2.找到/desktop/gnome/interface/menus_have_icons,选中
3.重启一下Eclipse菜单出来了!
Redhat下菜单图标无法显示问题解决:
命令行运行
gconftool-2 --type boolean --set /desktop/gnome/interface/menus_have_icons true
重启eclipse后解决
本文介绍了解决Ubuntu及Redhat系统中菜单图标不显示的问题。通过使用gconf-editor或gconftool-2命令,修改menus_have_icons设置为true,重启Eclipse后即可正常显示菜单图标。
Ubuntu系统中菜单图标无法展示解决办法:
1.打开配置编辑器 alt+f2输入gconf-editor
2.找到/desktop/gnome/interface/menus_have_icons,选中
3.重启一下Eclipse菜单出来了!
Redhat下菜单图标无法显示问题解决:
命令行运行
gconftool-2 --type boolean --set /desktop/gnome/interface/menus_have_icons true
重启eclipse后解决
471

被折叠的 条评论
为什么被折叠?