搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I am using Firefox 3.5.9 in Linux Gnome and need to remove the "Set As Desktop Background" from the right click menu or at least disable the users ability to change it from Firefox as I am running a kiosk.

  • 1 个回答
  • 3 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

USeing Suse Linux Enterprise Desktop 11SP1 with gnome desktop and Firefox 3.5.9. I have created a firefox user profile and need to remove or restrict the ablitiy of the users to change the desktop background.

USeing Suse Linux Enterprise Desktop 11SP1 with gnome desktop and Firefox 3.5.9. I have created a firefox user profile and need to remove or restrict the ablitiy of the users to change the desktop background.

所有回复 (1)

more options

See http://kb.mozillazine.org/Chrome_element_names_and_IDs

Add the code to userChrome.css below the @namespace line.

#context-setDesktopBackground {display:none!important;}

See also http://kb.mozillazine.org/Editing_configuration

由cor-el于修改