bear 回复于:2004-04-30 16:24:55 |
这个问题今天看到2个了,没看到很好的解决办法 |
jinal 回复于:2004-04-30 16:27:00 |
sigh
SUN怎么会不考虑到这个的呀? |
bear 回复于:2004-04-30 16:30:33 |
面板上的按钮可能可以通过修改面板配置来消除,不过这样你要深入了解CDE的应用和桌面管理,这个好象没有几个人熟悉,因为通常没人关心。 |
jinal 回复于:2004-04-30 16:36:40 |
嗯,这个还有点线索
但右键好象也可以LOCK,不知道能不能一样也在配置里面改 屏保那个不知道改怎么搞啊 |
xingshb 回复于:2004-04-30 16:42:02 |
对于OpenWindows界面,可以修改用户主目录里.openwin-menu文件,将"Lock Screen" exec xlock这一行注释掉,桌面菜单中就没有Lock Screen这一项了 |
jinal 回复于:2004-04-30 16:45:31 |
不现实啊
几十个用户都改一下不是很麻烦啊 搞不好他们自己再改回来。。。 |
xingshb 回复于:2004-04-30 16:54:01 |
拷贝文件吗!!! |
xingshb 回复于:2004-04-30 16:55:43 |
对于CDE界面,因现在有其它事情,稍后找时间研究! |
bear 回复于:2004-04-30 17:03:19 |
从xingshb的帖子想到的:
干脆把/usr/openwin/bin/xlock这个文件改名,他就不会LOOK SCREEN了,报错就报错吧,不过最好试试再看,别把系统搞坏了。 小心啊!! |
Philmoon 回复于:2004-05-01 01:46:54 |
Solaris不是Windows,没必要让一般用户都到console上来用机。Console应该是系统管理员用的,一般用户通过网络上来运行自己的应用,他爱锁屏就锁他的终端或仿真终端好了。 |
飞天二狭 回复于:2004-05-01 06:15:44 |
1 - Rename or remove :
/usr/openwin/bin/xlock 2 - Remove the Screen Style Manager window: remove : /usr/dt/appconfig/appmanager/C/Desktop_Controls/SetDtScreen 3 - Remove the Lock icon from the toolbar: Edit file: /usr/dt/appconfig/types/C/dtwm.fp Add: DELETE True to the CONTROL Lock definition Edit file: /usr/dt/appconfig/types/C/dt.dt Comment the definition: ACTION LockDisplay 4 - Disable automatic lock: Edit file: /usr/openwin/lib/speckeysd.map Add -x option to sys-suspend 5 - Remove the "Lock Display" from the Workspace Menu: Edit file: /usr/dt/config/C/sys.dtwmrc Comment line: "Lock Display" f.action LockDisplay You need to restart dtlogin, like this: /etc/init.d/dtlogin stop /etc/init.d/dtlogin start 修改文件之前做好备份,这种方法应该可以,我试过琐屏功能失效。仅供参考。 |
race 回复于:2004-05-01 09:26:52 |
二狭水平见长,不错。 |
soway 回复于:2004-05-02 09:53:26 |
其实用户自己离开的时候也是自动锁住的,这个时候后面的人就没办法用了。
只能管理员kill掉他的进程,但是要是不锁,他要是离开也不安全啊。 另外:请问各位有EDA领域的吗?需要探讨一些关于安全管理的问题。 |
jinal 回复于:2004-05-02 16:44:49 |
感谢大家呵
PS to soway:我就是的 |
xingshb 回复于:2004-05-03 13:11:43 |
[quote:1cd53df76d="飞天二狭"]1 - Rename or remove :
/usr/openwin/bin/xlock 2 - Remove the Screen Style Manager window: remove : /usr/dt/appconfig/appmanager/C/Desktop_Controls/SetDtScreen 3 - Remove the Lock icon from..........[/quote:1cd53df76d] 二狭对CDE锁屏和菜单定制的总结Very Good! |
renxfei 回复于:2004-06-28 16:57:22 |
thanks! |