The HP8720 printer successfully prints from Document Scanner, LibreOffice, and Firefox but fails to print documents or web pages from Chromium browser on Ubuntu. Typically, this issue arises due to Chromium-specific print settings, missing print drivers, or incorrect configuration. Follow the detailed steps below to troubleshoot and resolve the problem effectively.
Method 1: Reset Chromium Print Settings
Sometimes, Chromium browser retains incorrect or incompatible print settings that prevent proper communication with your printer. Resetting these settings often resolves printing issues.
chrome://settings/printing
Press Enter to access the printing settings page.
Ctrl + P to open the print dialog. Select your HP8720 printer from the dropdown menu. Chromium should automatically re-detect and configure the printer correctly.Join readers who trust AllThings.How
Add us as a preferred source on Google so our practical guides show up first next time you search.
Add to Google Preferences →Method 2: Reinstall or Update HP Printer Drivers
If resetting Chromium’s print settings doesn’t fix the issue, the problem might be related to outdated or improperly installed printer drivers. Reinstalling or updating the HP printer drivers ensures compatibility and correct functionality.
Ctrl + Alt + T. First, remove existing HPLIP drivers (if installed) by running:sudo apt remove --purge hplip*
Confirm the action when prompted.
sudo apt update
sudo apt install hplip hplip-gui
hp-setup
Follow the on-screen prompts carefully to complete the printer setup.
Method 3: Check and Adjust AppArmor Settings
In certain Ubuntu installations, AppArmor profiles may restrict Chromium’s ability to communicate with printer services. Adjusting or temporarily disabling AppArmor profiles related to Chromium can resolve such printing issues.
sudo aa-complain /usr/lib/chromium-browser/chromium-browser
This command switches AppArmor to complain mode, allowing Chromium to operate freely while logging any conflicts.
/etc/apparmor.d/usr.lib.chromium-browser.chromium-browser
Use a text editor like nano or vim to modify rules related to printing, or consider leaving AppArmor in complain mode if you prefer simplicity and understand the security implications.
Method 4: Use CUPS Web Interface to Reconfigure Printer
If the above methods fail, reconfiguring your printer through the CUPS (Common Unix Printing System) web interface can solve configuration mismatches between Chromium and your printer.
http://localhost:631
After following these steps, your HP8720 printer should successfully print from Chromium on Ubuntu, matching its functionality in Document Scanner, LibreOffice, and Firefox. If issues persist, consider checking Ubuntu community forums or official HP support resources for further assistance.






