Linux, Open Source, Web, Engineering, Technology
Archive for the ‘Google +’ Category
July 21, 2011
(English) Fix webcam not working with Google chat or Google Plus Hangouts under Ubuntu 64bit
Before proceeding, make sure Google Talk plugin is installed.
sudo apt-get install lib32v4l-0
sudo mv /opt/google/talkplugin/GoogleTalkPlugin /opt/google/talkplugin/GoogleTalkPlugin.real
echo ‘#!/bin/sh’ | sudo tee /opt/google/talkplugin/GoogleTalkPlugin
echo «LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so /opt/google/talkplugin/GoogleTalkPlugin.real» | sudo tee -a /opt/google/talkplugin/GoogleTalkPlugin
sudo chmod +x /opt/google/talkplugin/GoogleTalkPlugin
Revert:
sudo rm /opt/google/talkplugin/GoogleTalkPlugin
sudo mv /opt/google/talkplugin/GoogleTalkPlugin.real /opt/google/talkplugin/GoogleTalkPlugin
Escrito por acuervo. Archivado bajo 64-bit, Google, Google +, Google Chat, Linux, terminal, Ubuntu.
Recently
- xType
- Compañias con el peor servicio al Cliente en Costa Rica
- (English) Easy panorama photo-stitch in Linux with fotoxx
- Plugins de WP para (casi) todas las instalaciones que hago.
- (English) Fix webcam not working with Google chat or Google Plus Hangouts under Ubuntu 64bit