Printers and Linux Mint

After upgrading to the recent Linux Mint “Victoria” version 21.2, I was unable to print. I use an EPSON ecotank printer (Epson ET-4850) and in the prior version called “Vera” 21.1 the printer was recognized without me doing anything to install it. After upgrading, my printer wasn’t recognized and going through the steps of Start Menu –> Administration –> Printers –> Add –> Find Network Printer, etc. didn’t work. The Epson printer did show in the list on a few different lines after choosing “Find Network Printer” but after hitting “Forward” to finish the process, I kept getting a CUPS server error, no matter which choice I selected.

I found a solution in the Linux Mint forums that got me printing again. After finding my printer’s IP address, I was able to use the following suggested script. To use the script, make up your own printer name where you read PRINTER_NAME and enter the printer’s IP address where I’ve noted X’s:

lpadmin -p PRINTER_NAME -v "ipp://XXX.XXX.X.XX/ipp/print" -E -m everywhere

Yesterday, I ran a search on something like “printer not working after upgrading to Linux Mint Victoria” and then another more general search like “problems adding printer to Linux Mint”. It was getting late, and the search results yielded a lot of older articles that didn’t help me. Today, I just used a more general search of “how to add a network printer to linux mint” and after viewing a video result that didn’t help, one result a little way down on the results page caught my eye, and the solution ended up being successful.

Let me know of what you’ve found helpful with dealing with printer problems using Linux and I may add the solution to this article in order to help others with a similar problem.


Related or Cited Resources:

  • Linux Mint Forums: https://forums.linuxmint.com/viewtopic.php?t=377973

Recover Chrome Bookmark

While editing my Chrome browser bookmarks that I save in the Bookmarks bar area, I accidentally deleted a folder that had several bookmarked websites inside of it. That bookmarks bar area along the top of an open Chrome browser page sees a lot of use by me and I frequently edit what is there.

Well, I deleted an entire folder while trying to delete just one item within the folder. Thankfully I found a way to recover my deleted bookmark in Chrome. You use the undo shortcut keyboard command (Ctrl + Z on a Windows systems) from within the Bookmark Manager. I was able to repeat the process with Brave browser as well!

The steps for accessing the Bookmark Manager are pretty easy:

  • Go to the three dot menu in the upper corner of your browser
  • Choose “Bookmarks” from the menu that opens
  • Then, choose “Bookmark Manager” from the next menu that opens
  • Once inside the bookmark manger, hit Ctrl + Z to undo your deletion. You should see your deleted bookmark or deleted folder. That’s it! If you don’t see your item(s), open the folders in your bookmark manager where it may be and try Ctrl+Z again. I had to do it a couple times to get my deleted folder to reappear.

By the way, if you are used to saving only individual websites as bookmarks, you might find organization better by using folders as I do. You may collect several individual sites into a folder to save as a bookmark, rather than only adding one page to the Bookmarks bar or Other Bookmarks folders. Just right-click an empty area of the bookmarks bar and choose “add folder”. Give the folder a name and then going forward you may drop links inside the folder to keep similar items together. When you bookmark a site after creating your own folders, you’ll see the folder names in addition to the options of “Bookmarks bar” and “Other bookmarks”.

editing bookmark drop down folder menu
Adding a bookmarked site to a folder you’ve created

Related or Cited Resources:

Remove style shortcuts in Libre Writer

While taking some notes during a Linux course using Libre Writer, I was attempting to make a list of common directories found in Linux distros. As I was making a list of things like /bin, /home, etc. I started to type a directory of /srv/www (for web server files) but as soon as I typed the second forward slash, none of the slashes showed and instead “srv” was italicized.

There are shortcuts you may use as you type to style the text as you go (instead of having to choose from a menu) and one of the shortcuts is to use a forward slash directly in front and back of a word that you wish to italicize. (You may create bold text by using an asterisk (*) before and after a word, underscores (_) to underline a word, etc.) Those are useful options to have but they were getting in the way of what I actually wanted to type.

What I’m referring to as style shortcuts is named as AutoCorrect tools in LibreOffice Writer. There are lots of options in this tool menu, but here’s a quick reference to turn off some of the features if you actually want to render symbols in your text rather than using them to quickly style your text:

  • Click on the Tools menu item
  • Choose AutoCorrect from the drop down menu, then AutoCorrect options from the submenu that appears.
  • In the new window, click on the Options tab and remove the checkmark beside “Automatic *bold*,/italic/,-strikeout- and _underline_”
  • Click Ok to save your changes.

There are LOTS of options in the AutoCorrect menu, so if you notice anything quirky with your typing you may want to check the selections here to see if a default “correction” option may be causing you grief.


Related or Cited Resources:

  • My search on “libreoffice removing slash and italicizing” resulted in this link where I found my solution: https://askubuntu.com/questions/1378063/how-do-i-stop-libreoffice-from-removing-forward-slashes-around-text-and-making-t