Showing posts with label bash. Show all posts
Showing posts with label bash. Show all posts

Sunday, December 16, 2012

Uninstalling Adobe Reader 9 Linux (SH installer)

I found out a tad bit late that Adobe didn't package 64-bit versions of the Reader so my 64-bit Firefox machine couldn't pick up the plugin.  I went ahead and dug up how to uninstall this dumb plugin.  Most of it is in /opt/Adobe/Reader9 which contains most of the stuff, but you might discover that you still have shortcut icons on it especially if you use the Dash Home search.

Check /usr/local/share/applications and your desktop for the AdobeReader.desktop file and purge them.  Then, look for the nppdf.so plugin install paths in /usr/lib/firefox-addons/plugins and /usr/lib/mozilla/plugins.

I didn't find anymore traces after that so you should be fine after.

Saturday, December 1, 2012

*UPDATE* Star Wars: The Old Republic - Free to Play - Script Helper

*UPDATE*
The script has been updated to handle multiple running SWTOR processes.  The launcher was updated to also run the server side process that runs the game (although it still freezes on the splash screen).  This update will get the appropriate SWTOR.EXE process' arguments and terminate the running copy.

I wrote a bash script that will help with those pesky arguments when getting the game to run on Wine.  Run the launcher, and click Play.  Then run the script and copy the arguments.  Paste it on Play on Linux and then enjoy the game.  The script is quick and dirty.  As usual, no explicit warranty.