码迷,mamicode.com
首页 >  
搜索关键字:gconf    ( 82个结果
将关闭窗口的按钮放在窗口右边
昨天晚上整了很久没搞定,今天继续!网上找到一个方法,打开终端,并输入gconf-editor,打开Ubuntu的ConfigurationEditor对话框(如果没安装gconf-editor它),找到”apps/metacity/general”项,在右边的列表中找到”button_layout”键,双击修改它的值为:menu:minimize,maxi..
分类:其他好文   时间:2015-02-26 18:45:21    阅读次数:181
Centos系统创建用户oracle后,用该用户登陆系统,页面加载报错GConf error
Linux 的 GConf error 解决办法问题:Centos系统创建用户oracle后,用该用户登陆系统,页面加载报错,导致重新进入Centos系统后出现:GConf error:Failed to contact configuration server;some possible caus...
分类:数据库   时间:2015-01-16 13:01:05    阅读次数:264
配置服务器有错/usr/libexec/gconf-sanity-check-2的退出状态为256
问题描述:CentOS启动的时候报如下错误:“配置服务器有错/usr/libexec/gconf-sanity-check-2的退出状态为256” 问题原因:在装hadoop的时候误删了/tmp文件或者改变/tmp权限导致的。 解决方案:1.在报错的界面按住 Ctrl + Alt + F2 进入虚拟...
分类:其他好文   时间:2014-12-29 11:41:00    阅读次数:291
Gconf与Gsettings的简介、及gsettings的具体使用案例
GConf was a system used by the GNOME desktop environment for storing configuration settings for the desktop and applications. It is similar to the Windows Registry. Gconf是一个存储GNOME桌面环境配置的一个...
分类:其他好文   时间:2014-12-11 20:57:24    阅读次数:282
ubuntu 恢复gnome-panel
Ubuntu重启panel 的方法首先进入终端, 依次输入以下命令1、gconftool --recursive-unset /apps/panel2、rm -rf ~/.gconf/apps/panel3、pkill gnome-panel删除配置文件。重启GNOME,发现不了你个人配置文件,就用...
分类:系统相关   时间:2014-11-28 09:53:16    阅读次数:218
删除Linux自带的桌面图标
yuminstallgconf-editor运行gconf-editor,双击apps-nautilus-desktop通过勾选即可删除我的电脑等图标
分类:系统相关   时间:2014-11-12 18:12:02    阅读次数:190
GConf error:Failed to contact configuration server
Linux系统运行一直正常,但是图形界面使用root账号登录时遇到下面错误,第一次遇到这么怪异的状况 具体错误信息如下所示: GConf error:Failed to contact configuration server;some possible cause are that you nee...
分类:其他好文   时间:2014-11-03 15:53:21    阅读次数:240
(process:6471): GConf-WARNING **: 等类似错误
(process:6471): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security...
分类:其他好文   时间:2014-09-15 22:55:54    阅读次数:222
RHEL6.5 删除桌面启动器(计算机/Home/回收站)
首先,安装gconf-editor以获得gconftool-2命令终端命令:gconftool-2 --set/apps/nautilus/desktop/computer_icon_visible--type=bool falsegconftool-2 --set/apps/nautilus/de...
分类:其他好文   时间:2014-09-02 19:47:05    阅读次数:208
【Linux学习之旅】之Ubuntu14.04 Docky无法锁定Chrome解决之道
1) Install gconf-editor (sudo apt-get install gconf-editor).2) Press ALT+F2 and type gconf-editor.3) Navigate to /apps/docky-2 - note that Docky shoul...
分类:系统相关   时间:2014-08-08 01:36:14    阅读次数:435
82条   上一页 1 ... 6 7 8 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!