显示标签为“Xfce”的博文。显示所有博文
显示标签为“Xfce”的博文。显示所有博文

2009年3月4日星期三

Xfce4下,让普通用户可以关机

其实就是权限的问题:
1。emerge sudo
2。修改 /etc/sudoers 添加如下内容:
bijianing ALL=(ALL) NOPASSWD: ALL
其中 “bijianing”是我的用户名,这句话内作用好象是可以让用户bijianing可以运行所有的命令,并且不需要密码。

2008年6月16日星期一

the config files of Xfce(user level)

The config files of Xfce are in the "~/.config", but some cache config are in "~/.cache".
to reset the config, must delete both of these file.