Ye blog of Adam Wright
DIY, tutorials, stuff for geeks, all updated when I have the time to spare.
Monthly Archives: February 2012
How to fix the Favorites shortcuts in Windows Explorer
02/14/2012
Posted by on I noticed my Favorites shortcuts weren’t showing up like normal in Windows Explorer, and after a little investigation and research, it was a simple fix.
- Navigate to C:\Users\[user]
- If there isn’t a “Links” folder, create one
- Right-click on the “Links” folder and select “Properties”
- Under the “General” tab, make sure “Read-only” is not checked (if there’s a blue box there that’s also bad)
- Once you’re sure that the folder is not flagged as read-only, close any Windows Explorer windows you have open and reopen one
- You should now be able to either right-click “Favorites” in Windows Explorer and click “Restore favorite links” or “Add current location to Favorites”
This worked for me.
My problem was that I mistakenly deleted my “Links” folder from my home folder. I added a new “Links” folder, but it still wasn’t working. That’s when I found that the folder was marked as read-only. Once I removed the read-only flag, it started working perfectly again.
How to: Ubuntu Firefox Backspace button fix
02/01/2012
Posted by on When using Firefox in Windows, pressing the Backspace button goes back a page in history, as if you clicked the “Back” button. However, when using Firefox in Ubuntu, by default the Backspace button does nothing.
Here’s how to make the Backspace button go back a page when using Firefox for Ubuntu:
- Go to about:config in Firefox
- Search for “Backspace”
- Change ‘browser.backspace_action’ to 0 (zero).
Chad added a useful note in the comments below: “set it to 2 and you won’t get sent back a page while typing on the web, it’s annoying to lose all your info after hours of work because of a shortcut key” – Thanks Chad!
UPDATE: According to user blameitonthesatelite, “This seems to have stopped working as of v 27.0 (although 0 works)”