Knowledge Base

Preserving for the future: Shell scripts, AoC, and more

Using Google Talk Plugin in Palemoon Portable in Wine on Linux

Overview

My main browser is Palemoon Portable which I run in Wine on GNU/Linux. I also use Gmail, Google Talk (the pre-Hangouts tool), and Google Voice. In order to make and receive phone calls from my main web gmail page, I used this process.

  1. Install Adobe Flash Player for Firefox on Windows. I used the offline installer from the download link at Weblink 2.
    1. Used my Linux native Firefox to navigate to the normal Adobe flash player download page.
    2. Selected "Need Flash Player for different computer?"
    3. Selected Windows 7/Vista/XP and FP 25 for Firefox - NPAPI.
    4. From a terminal, I ran the following command and installed Flash like normal.wine ~/Downloads/install_flash_player.exe
  2. Install Google Talk plugin.
    1. Unfortunately the gmail link for "Download voice chat plugin" failed to complete. When I ran wine ~/Downloads/GoogleVoiceAndVideoSetup.exe from a terminal, I observed that the process failed because of some network issue related to wine:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23 fixme:secur32:schannel_get_mac_algid unknown algorithm 200 I bet it has something to do with the way my GNU/Linux computers always have some long MAC address in my dhcp list instead of a normal 12-character value. I don't know how to fix that, nor was I able to trick the installer to continue.
    2. So I had to install the Google Talk plugin manually.
    3. I used a Windows computer that already had a working environment of Google Talk for Palemoon Portable. I copied these files:C:\Users\bgstack15\AppData\Roaming\Mozilla\plugins\npgoogletalk.dll C:\Users\bgstack15\AppData\Roaming\Mozilla\plugins\npo1d.dllTo location /usr/share/PMP257/Lib/Mozilla/Plugins Where /usr/share/PMP257 is my D:\PortableApps location.
    4. I also copied this entire directory:C:\Users\bgstack15\AppData\Local\Google\Google Talk Plugin\ As the directory /usr/share/PMP257/Lib/Mozilla/Plugins/Google Talk Plugin/
    5. I set up the wine registry with a key and values from a registry file as seen below.tf=/usr/share/PMP257/Lib/Mozilla/Plugins/googletalk.reg touch "${tf}"; chmod 0644 "${tf}" cat << EOF > "${tf}" REGEDIT4 [HKEY_CURRENT_USER\Software\Google\Google Talk Plugin] "CrashReporterKeyPath"=dword:00000000 "D3DXRedistKeyPath"=dword:00000000 "DriverBlacklistKeyPath"=dword:00000000 "install_dir"="z:\\usr\\share\\PMP257\\Lib\\Mozilla\\Plugins\\Google Talk Plugin\\" "neven_lm_installed"=dword:00000001 "neven_sft_installed"=dword:00000001 "nven_mft_installed"=dword:00000001 EOF regedit "${tf}" If the registry file does not import properly, try sticking a blank line after REGEDIT4. Wordpress and the html tag do not play nicely together with blank lines in code.

Conclusion

This entire process was made possible by the fantastic users of the Portableapps.com community: portablealpha, taosk8r, acamp, and robertcollier4. It was that one page (weblink 1), and my working but disused Windows installation that made this whole process possible.

Backstory

I realize I make life hard for myself, for using a web interface in a portable version of a small fork of a web browser in an emulator. The story behind why I use this portable browser, in wine, on Linux, is this. When I first started getting on the Internet, I was a teenager and did not own my own computer. I had a flash drive, and I used it to store my personal files. I discovered PortableApps which let me use probably Firefox 2 or 3 from my flash drive. Even as I grew and got my own computers, I still kept my main web browser as a portable one so it would be relatively free from OS hooks so it was easy to transplant from system to system, as I migrated my main workstation. I built up a new installation every couple of years, hopping from Firefox 17 at one point to 27 to 33 to 38. After that, I switched to Palemoon 25 Portable and that is what I'm still on as of this post. Now, 2016 was the Year of Linux on the Desktop for me, as I wanted to avoid the Windows 10 debacle. I had installed Korora 22 Cinnamon on a spare laptop in November of 2015 and from there made it my main system. In February of 2016 I copied over my Palemoon Portable install and it ran in Wine just fine! The only problem it had was it didn't work with Google Voice. This week I was trying to solve a VLC dlna problem where it was not finding my Plex server. I got frustrated with that (a bug that's still unresolved https://bugs.launchpad.net/ubuntu/+source/libupnp/+bug/1571199) and transitioned into looking into the Google talk problem on Palemoon Portable.

References

Weblinks

  1. Entire portableapps thread explaining how to get a PortableApp to use Google Talk. http://portableapps.com/node/24945
Portablealpha on September 15, 2010 - 9:18pm
Adding Google Voice plugin

Just wanted to let people know how I got the Google Voice plugin to work so that I could use the "Call Phone" feature from within gmail. This is not elegant but it's the only way I could figure it out because the target computer is behind some nasty firewalls (and the Google Voice installer isn't allowed to call home to download its files). 1. Install the Google Voice plugin on your home computer. 2. Locate the Google Voice and Video Accelerator plugins in FF using about:plugins. 3. Copy those to your Firefox Portable plugins directory on the flash drive. 4. Locate the "Google Talk Plugin" folder on your hard drive and copy it to the flash drive (doesn't matter where). When you want to use Google Voice through Firefox Portable, run the exe in the Google Talk Plugin first, then start FFP and go to gmail. Note that once you exit gmail, it will stop the exe, so you'll have to run it again manually if needed. Anyone have any suggestions to automate this?

Taosk8r on June 11, 2011 - 1:42am
Oh good

I found this thread again.. I cant seem to find where ff 4.0 puts these.. the info I get is: npgoogletalk.dll application/googletalk npgtpo3dautoplugin.dll application/vnd.gtpo3d.auto Is this even still relevant?

Acamp on October 21, 2011 - 3:13am
Fantastic!

Works like a charm! You have to search your computer for those two files (real pain in the ass on newer windows machines because they try not to display any scary system files). Once windows can't find it, click advanced, check include non-indexed, hidden and system files. You also need to search for the folder "Google Talk Plugin" and copy that to the flash drive. It contains the executable that needs to be launched before Firefox is opened

Robertcollier4 on September 28, 2012 - 7:33am
Works without needing to load the EXE manually

Create the following directory structure if not already existing: FirefoxPortable\Data\Plugins\ ChromePortable\App\Chrome-bin\Plugins Palemoon- Portable\Lib\Mozilla\Plugins Place the following files/folders in Plugins directory: npgoogletalk.dll npgtpo3dautoplugin.dll "Google Talk Plugin" (complete folder) "Google Talk Plugin Extras" (complete folder) The files are located at: DocsandSettings\Username\Local Settings\Application Data\Google\Google Talk Plugin\ DocsandSettings\Username\Application Data\Mozilla\plugins\ Then it will work and the EXE will automatically load from Gmail.

Robertcollier4 on September 30, 2012 - 2:02pm
Specify path in registry to load EXE automatically

Hi - there is one update. If you want the EXE to run automatically, you must add the following registry key with the proper path to googletalkplugin.exe so that it knows where to find it and load it automatically. It will work without adding the registry path - but if the registry path is not there as shown below then you must run the googletalkplugin.exe manually before loading the browser. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Google\Google Talk Plugin] "install_dir"="D:\\FirefoxPortable\\Data\\Plugins\\Google Talk Plugin\\" "neven_sft_installed"=dword:00000001 "neven_mft_installed"=dword:00000001 "neven_lm_installed"=dword:00000001 "D3DXRedistKeyPath"=dword:00000000 "CrashReporterKeyPath"=dword:00000000 "DriverBlacklistKeyPath"=dword:00000000

  1. https://get.adobe.com/flashplayer/download/?installer=FP_25_for_Firefox_-_NPAPI&stype=5513&standalone=1
  2. Normal adobe flash player download page https://get.adobe.com/flashplayer/

Comments