You are not logged in.
Pages: 1
Topic closed
So like the rest of the world, I just joined Google+. In order to use the "hangouts" feature of Google+, you have to download the Google" voice and video chat" plugin. Anyone know how to get this working within an Arch environment I'm tired of switching between windows and arch just to use it.
Last edited by jayd3e (2011-07-11 02:41:11)
Offline
I don't use google+ but are you looking for this: http://aur.archlinux.org/packages.php?ID=40056
Offline
Ummm possibly, I'll have to check it out, there is mention of Google+ in the comments so that is a good sign.
Offline
Just to wrap this up, the above package from the AUR does work for Google+.
Offline
Did you do anything else other than install the aur package? For some reason, google hangout still prompts me to download the plugin even after installation.
Offline
Maybe open a new thread with the problem, since the gtalk plugin has some problems with linux and some video cards as can be seen here
Linux makes you a better person
Offline
Not going well with this but grateful of course:-)
I don't seem to know enough to resolve?:
==> hangups-git dependencies:
- python (already installed)
- python-requests (already installed)
- python-six (already installed)
- python-purplex (building from AUR)
- python-asyncio (building from AUR)
- python-urwid-git (building from AUR)
- python-appdirs (building from AUR)
- python-aiohttp (building from AUR)
==> Validating source files with md5sums...
aiohttp-0.9.1.tar.gz ... Passed
==> Extracting sources...
-> Extracting aiohttp-0.9.1.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
Traceback (most recent call last):
File "setup.py", line 5, in <module>
from setuptools import setup, find_packages
ImportError: No module named 'setuptools'
==> ERROR: A failure occurred in package().
Aborting...
==> ERROR: Makepkg was unable to build python-aiohttp.
==> Restart building python-aiohttp ? [y/N]
==> ---------------------------------------
==>
==> python-aiohttp dependencies:
- python>=3.4 (already installed)
(my current python is:
[tpg@arch ~]$ sudo pacman -Q python
[sudo] password for tpg:
python 3.4.1-1
PKGBUILD
# Maintainer: Phil Schaf <flying-sheep@web.de>
_name=aiohttp
pkgname=python-aiohttp
pkgver=0.9.1
pkgrel=1
pkgdesc='http client/server for asyncio'
arch=('any')
url="http://pypi.python.org/pypi/$_name"
license=('BSD')
depends=('python>=3.4')
source=("https://pypi.python.org/packages/source/a/$_name/$_name-$pkgver.tar.gz$
md5sums=('28c5574b9a004a9ac2cfe1617f009d69')
package() {
cd "$srcdir/$_name-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1 || return 1
}
Of course any comments will be appreciated:-)
Offline
karenslfs,
Please open a new thread. This three year old thread had been marked solved and is probably unrelated to your issue. Closing
https://wiki.archlinux.org/index.php/Fo … Bumping.22
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Pages: 1
Topic closed