You are not logged in.

#1 2011-07-11 01:14:26

jayd3e
Member
Registered: 2011-03-19
Posts: 33

[SOLVED] Trying to get Google+ "hangout" working on Arch....

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

#2 2011-07-11 01:20:26

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: [SOLVED] Trying to get Google+ "hangout" working on Arch....

I don't use google+ but are you looking for this: http://aur.archlinux.org/packages.php?ID=40056


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#3 2011-07-11 01:22:40

jayd3e
Member
Registered: 2011-03-19
Posts: 33

Re: [SOLVED] Trying to get Google+ "hangout" working on Arch....

Ummm possibly, I'll have to check it out, there is mention of Google+ in the comments so that is a good sign.

Offline

#4 2011-07-11 02:39:35

jayd3e
Member
Registered: 2011-03-19
Posts: 33

Re: [SOLVED] Trying to get Google+ "hangout" working on Arch....

Just to wrap this up, the above package from the AUR does work for Google+.

Offline

#5 2011-07-24 01:56:37

Haptic
Member
Registered: 2009-09-03
Posts: 149

Re: [SOLVED] Trying to get Google+ "hangout" working on Arch....

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

#6 2011-07-24 17:20:49

alez
Member
Registered: 2009-03-09
Posts: 74

Re: [SOLVED] Trying to get Google+ "hangout" working on Arch....

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

#7 2014-09-28 00:29:39

karenslfs
Member
Registered: 2008-06-27
Posts: 19

Re: [SOLVED] Trying to get Google+ "hangout" working on Arch....

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

#8 2014-09-28 03:47:30

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,601

Re: [SOLVED] Trying to get Google+ "hangout" working on Arch....

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

Board footer

Powered by FluxBB