2.启用空闲激活 字符串相等 true gconftool-2-g /apps/gnome-screensaver/idle_activation_enabled2>/dev/null 配置方法 gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --typebool --set/apps/gnome-screensaver/idle_activation_enabledtrue 3.启用屏幕锁定 字符串相等 true...
如果gconftool-2未安装,你需要找到其安装包。在基于Debian的发行版中,你可以使用apt包管理器来查找和安装软件包。你可以通过运行以下命令来搜索gconftool-2相关的软件包: bash apt-cache search gconftool 你应该能看到与gconftool相关的软件包列表,其中可能包括gconftool-2或与其相关的依赖包。 4. 执行安装命令 一旦...
GNOME桌面环境下通过图形界面操作更改桌面背景很简单,但是如何在命令行下设置桌面背景呢,可以用GNOME的配置工具gconftool-2实现,方法如下:比如把/tmp/image.jpg设为桌面背景,缩放显示,命令如下:gconftool-2 -s /desktop/gnome/background/picture_filename -t string “/tmp/im...
mkdir mkdir = make directory mkdir就是创建目录,不能级联创建目录 date 显示当前时间 ...
GConfClient *client; gboolean status= FALSE ; GConfValue *value=NULL; GConfSchema *schema=NULL; const char *local,*local1; const char *long_desc="A LONG DESCRIPTION"; const char *short_desc="A SHORT DESCRIPTION"; /* create client object */ ...
I am using vim in cygwin and I am see the following error next to the vim mode display (Normal/Insert/Command) whenever I switch mode. Also the buffer gets all jumbled up. This behavior does not happen in gVim, though. Any Windows user h...