Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Learn More

Setting the default for print.print_(header or footer)(option) in channel-prefs.js does not work

  • 6 одговорa
  • 3 имају овај проблем
  • 6 прегледа
  • Последњи одговор послао the-edmeister

more options

In Linux (Firefox ESR 17.0), when setting the default for print.print_(header or footer)(option) in /opt/firefox/defaults/pref/channel-prefs.js and verifying the change in about:config does not work. When doing a print preview it doesn't show the set values. I have also tried to setting the print_(header and footer)(option) to blank. Please help.

-Sabino

In Linux (Firefox ESR 17.0), when setting the default for print.print_(header or footer)(option) in /opt/firefox/defaults/pref/channel-prefs.js and verifying the change in about:config does not work. When doing a print preview it doesn't show the set values. I have also tried to setting the print_(header and footer)(option) to blank. Please help. -Sabino

Сви одговори (6)

more options

See if it works using a user.js file?

http://kb.mozillazine.org/User.js_file

more options

I have created a user.js in my home directory (~/.mozilla/user.js) and looked at at the about:config in my browser to make sure the values are the same as in the user.js file and they match. The following is what I have in my user.js file: pref("print.print_footercenter", ""); pref("print.print_footerleft", ""); pref("print.print_footerright", ""); pref("print.print_headercenter", ""); pref("print.print_headerleft", ""); pref("print.print_headerright", "");

When I go to try to print preview, I still see the firefox default values. I also see the default setting in File > Print > Options

more options

in the user.js file please use user_pref(...); instead.

more options

I tried both user_pref and pref. Still does not show my preferences.

more options

Also the user.js file needs to be in the Firefox profile folder.

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder
more options