<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hangouts Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/hangouts/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 01 Sep 2020 22:03:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install Google Hangouts desktop client on Ubuntu 20.04 / Debian 10</title>
		<link>https://www.osradar.com/install-google-hangouts-desktop-client-ubuntu-20-04-debian-10/</link>
					<comments>https://www.osradar.com/install-google-hangouts-desktop-client-ubuntu-20-04-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 03 Sep 2020 03:02:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Hangouts]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=23327</guid>

					<description><![CDATA[<p>Google Hangouts is one of the most popular services out there, but on Linux, we don&#8217;t have an official desktop client. So, thanks to the community and the effort they have put in, we have one. So in this post, I&#8217;ll show you how to install a Google Hangouts desktop client on Ubuntu 20.04 and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-google-hangouts-desktop-client-ubuntu-20-04-debian-10/">Install Google Hangouts desktop client on Ubuntu 20.04 / Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Google Hangouts is one of the most popular services out there, but on Linux, we don&#8217;t have an official desktop client. So, thanks to the community and the effort they have put in, we have one. So in this post, I&#8217;ll show you how to install a Google Hangouts desktop client on Ubuntu 20.04 and Debian 10.</p>



<p>As we know Google doesn&#8217;t have an official client for Linux HAngouts. However, to cover these shortcomings, we have <a href="https://www.osradar.com/yakyak-an-extraordinary-desktop-client-for-hangouts/" target="_blank" rel="noreferrer noopener">YakYak that we have already talked about.</a></p>



<p>The development of YakYak is still going on and some weeks ago they released version 1.5.9 adding bug fixes and improvements in translations. So it is a very good moment to learn how to install it in two popular distributions like Debian and Ubuntu.</p>



<p>So, let us start.</p>



<h2>Install YakYak  a Google Hangouts desktop client for Linux</h2>



<p>YakYak provides us with all the basic features to enjoy a complete Google Hangouts on Linux experience. Some of its features are:</p>



<ul><li>Send/receive chat messages</li><li>Create/change conversations (rename, add people)</li><li>Leave/delete a conversation</li><li>Notifications (using native OS notifications)</li><li>Drag-drop, copy-paste, or attach-button for image upload.</li><li>Show inline images</li><li>Offer alternative color schemes</li></ul>



<p>And many more besides being available in many languages.</p>



<p>Unfortunately, it is not included in the official Debian or Ubuntu repositories. However, it is not so complicated to install it thanks to the compiled packages that they provide.</p>



<p>So, at the time of writing this post, <strong>the latest stable version of YakYak is 1.5.9</strong>. In the <a href="https://github.com/yakyak/yakyak/releases/" target="_blank" rel="noreferrer noopener">Release section</a> of the Github profile, we have many packages to choose from. For Ubuntu 20.04 and Debian 10 choose the DEB.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="506" src="https://www.osradar.com/wp-content/uploads/2020/09/1-1024x506.png" alt="1.- Download Google Hangouts desktop client on Ubuntu 20.04 / Debian 10" class="wp-image-23328" srcset="https://www.osradar.com/wp-content/uploads/2020/09/1-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/1-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/1-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/1-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/1-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/1.png 1354w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Download Google Hangouts desktop client on Ubuntu 20.04 / Debian 10</figcaption></figure>



<p>Or open a terminal and run it:</p>



<pre class="wp-block-preformatted">wget -c https://github.com/yakyak/yakyak/releases/download/v1.5.9/yakyak-1.5.9-linux-amd64.deb</pre>



<p>And then install the package using APT.</p>



<pre class="wp-block-preformatted">sudo apt install ./yakyak-1.5.9-linux-amd64.deb
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting 'yakyak' instead of './yakyak-1.5.9-linux-amd64.deb'
The following NEW packages will be installed:
yakyak
0 upgraded, 1 newly installed, 0 to remove and 23 not upgraded.
Need to get 0 B/103 MB of archives.
After this operation, 279 MB of additional disk space will be used.
Get:1 /home/angelo/yakyak-1.5.9-linux-amd64.deb yakyak amd64 1.5.9 [103 MB]
Selecting previously unselected package yakyak.
(Reading database … 375109 files and directories currently installed.)
Preparing to unpack …/yakyak-1.5.9-linux-amd64.deb …
Unpacking yakyak (1.5.9) …
Setting up yakyak (1.5.9) …
Processing triggers for mime-support (3.62) …
Processing triggers for hicolor-icon-theme (0.17-2) …
Processing triggers for gnome-menus (3.31.4-3) …
Processing triggers for desktop-file-utils (0.23-4) …
</pre>



<p>Then, launch it from the main menu and log in</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="554" src="https://www.osradar.com/wp-content/uploads/2020/09/2-1024x554.png" alt="2.- Google Hangout desktop client working " class="wp-image-23330" srcset="https://www.osradar.com/wp-content/uploads/2020/09/2-1024x554.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/2-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/2-768x415.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/2-696x377.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/2-1068x578.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/2.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Google Hangout desktop client working </figcaption></figure>



<p></p>



<p>So, enjoy it.</p>



<h2>Conclusion</h2>



<p>Every day the community works wonders and brings really useful applications for everyone. Sine mebarog, it&#8217;s missing that big companies don&#8217;t publish official Linux clients for each of their services, and a proof of this is Google with Hangouts.</p>



<p>So, share this post and join<a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener"> our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-google-hangouts-desktop-client-ubuntu-20-04-debian-10/">Install Google Hangouts desktop client on Ubuntu 20.04 / Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-google-hangouts-desktop-client-ubuntu-20-04-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Yakyak: An extraordinary desktop client for Hangouts</title>
		<link>https://www.osradar.com/yakyak-an-extraordinary-desktop-client-for-hangouts/</link>
					<comments>https://www.osradar.com/yakyak-an-extraordinary-desktop-client-for-hangouts/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 07 Jun 2018 22:01:51 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Hangouts]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[yakyak]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3839</guid>

					<description><![CDATA[<p>We live in the age of information and communication, there are too many ways to communicate instantly with people from other places, largely thanks to the Internet, some prefer Whatsapp, others Telegram, others Skype or iMessage, and others prefer Hangouts. Hangouts is a messaging client created by Google. Mainly to replace Google Talk in the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/yakyak-an-extraordinary-desktop-client-for-hangouts/">Yakyak: An extraordinary desktop client for Hangouts</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We live in the age of information and communication, there are too many ways to communicate instantly with people from other places, largely thanks to the Internet, some prefer Whatsapp, others Telegram, others Skype or iMessage, and others prefer <strong>Hangouts.</strong></p>
<p>Hangouts is a messaging client created by Google. Mainly to replace Google Talk in the instant messaging sector using a new proprietary communication protocol instead of XMPP used by Google Talk.</p>
<p><figure id="attachment_3841" aria-describedby="caption-attachment-3841" style="width: 1260px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-3841" src="https://www.osradar.com/wp-content/uploads/2018/06/0.png" alt="Hangouts - Image from https://www.solucionex.com/" width="1260" height="683" srcset="https://www.osradar.com/wp-content/uploads/2018/06/0.png 1260w, https://www.osradar.com/wp-content/uploads/2018/06/0-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/0-768x416.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/0-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/0-696x377.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/0-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/0-775x420.png 775w" sizes="(max-width: 1260px) 100vw, 1260px" /><figcaption id="caption-attachment-3841" class="wp-caption-text">Hangouts</figcaption></figure></p>
<h3>Google, we deserve a desktop client for Hangouts</h3>
<p>As you read it, Hangouts, even though it was created by the Google giant, does not have an official desktop client, however in the &#8220;market&#8221; we can find &#8220;solutions&#8221; that would allow us to use it in our favorite distribution. Or even on our favorite operating system. And among those solutions, searching the internet, I find <strong>Yakyak.</strong></p>
<h3>YakYak: what Google should do for hangouts</h3>
<p>When looking for a desktop client for a messaging application, the first thing we focus on is usability and functionality. And Yakyak does that perfectly and we must bear in mind that this is an unofficial desktop client, that is, its development has no relationship with Google.</p>
<p>Yakyak among other things, allows to do:</p>
<p>&nbsp;</p>
<ul>
<li>Send/receive chat messages</li>
<li>Create/change conversations (rename, add people)</li>
<li>Leave/delete conversation</li>
<li>Notifications (using native OS notifications)</li>
<li>Drag-drop, copy-paste or attach-button for image upload.</li>
<li>Show inline images</li>
<li>Offer alternative color schemes</li>
</ul>
<p>And other things too. It is translated into many languages including the most widely spoken languages such as English, Spanish, Portuguese, Japanese, Korean and Italian; but they are open to include more languages, if volunteers join in.</p>
<p>Yakyak is built with Electron, a new framework for creating desktop applications using Javascript and HTML which guarantees that it is multiplatform and that its installation should not cause us problems. Today we will see how to install it in our OpenSuse 15 Leap.</p>
<h3>Installing Yakyak</h3>
<p>Fortunately, the development team provides us with pre-built packages so that we can install it even more easily in every GNU/LINUX distribution or on Windows or Mac OS. We have 32-bit and 64-bit packages, of type .deb or.rpm according to our distribution and type of operating system. The direct link to the download section is <a href="https://github.com/yakyak/yakyak/releases/tag/v1.5.1">this.</a></p>
<p><figure id="attachment_3840" aria-describedby="caption-attachment-3840" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-3840" src="https://www.osradar.com/wp-content/uploads/2018/06/2-4.png" alt="1.- Downloading Yakyak" width="1366" height="633" srcset="https://www.osradar.com/wp-content/uploads/2018/06/2-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/2-4-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/2-4-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/2-4-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/2-4-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/2-4-1068x495.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/2-4-906x420.png 906w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-3840" class="wp-caption-text">1.- Downloading Yakyak</figcaption></figure></p>
<p>If you use Debian, Ubuntu or any of their derivatives, you must download the.deb package, either 32-bit or 64-bit, according to the type of system you have. If you use Opensuse, CentOS, Fedora or any of their derivatives, the package to choose from should be the.rpm.</p>
<p>once downloaded the.rpm file in our case, we prepare to install it from the terminal with root privileges with the following command:</p>
<p><strong>sudo zypper in file_path.rpm</strong></p>
<p>In my case:</p>
<p><strong>         sudo rpm -i Downloads/yakyak-1.5.1-linux-x86_64.rpm</strong></p>
<p>&nbsp;</p>
<p><figure id="attachment_3842" aria-describedby="caption-attachment-3842" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-3842" src="https://www.osradar.com/wp-content/uploads/2018/06/3-4.png" alt="Installing Yakyak" width="1366" height="707" srcset="https://www.osradar.com/wp-content/uploads/2018/06/3-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/3-4-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/3-4-768x397.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/3-4-1024x530.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/3-4-696x360.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/3-4-1068x553.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/3-4-811x420.png 811w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-3842" class="wp-caption-text">2.- Installing Yakyak</figcaption></figure></p>
<p>And that&#8217;s it!!</p>
<h3>Using Yakyak</h3>
<p>Once installed, we must run it in our OpenSuse Gnome.</p>
<p><figure id="attachment_3843" aria-describedby="caption-attachment-3843" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-3843" src="https://www.osradar.com/wp-content/uploads/2018/06/4-3.png" alt="3.- Running Yakyak" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/4-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/4-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/4-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/4-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/4-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/4-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/4-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-3843" class="wp-caption-text">3.- Running Yakyak</figcaption></figure></p>
<p>When we execute him, after entering our username and password, we&#8217;ll see something like this:</p>
<p><figure id="attachment_3844" aria-describedby="caption-attachment-3844" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-3844" src="https://www.osradar.com/wp-content/uploads/2018/06/1-3.png" alt="4.- Yakyak" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/1-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/1-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/1-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/1-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/1-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/1-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/1-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-3844" class="wp-caption-text">4.- Yakyak</figcaption></figure></p>
<p>A simple and clean view, where the panel on the left side are all our contacts and on the right side, the conversation itself.</p>
<p>By clicking on the 3-line icons next to the word conversations, we have the application menu. For example, in the image shown, we see the different alternatives for changing the color scheme.</p>
<p><figure id="attachment_3845" aria-describedby="caption-attachment-3845" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-3845" src="https://www.osradar.com/wp-content/uploads/2018/06/6-5.png" alt="6.- Settings" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/6-5.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/6-5-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/6-5-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/6-5-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/6-5-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/6-5-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/6-5-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-3845" class="wp-caption-text">5.- Settings</figcaption></figure></p>
<p>In this other picture we see the options to change how conversations are displayed.</p>
<p><figure id="attachment_3846" aria-describedby="caption-attachment-3846" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-3846" src="https://www.osradar.com/wp-content/uploads/2018/06/8-4.png" alt="7.- More Settings" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/06/8-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/8-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/8-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/8-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/8-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/8-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/8-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-3846" class="wp-caption-text">6.- More Settings</figcaption></figure></p>
<p>To conclude, we can say that, if Hangouts is a great messaging application, widely used around the world, it does not have a desktop client, but thanks to the open technologies and the enthusiasm of the community, we can enjoy this wonderful unofficial application that comes to answer this gap that Google has not filled. All that remains is to thank Davide Bertola, Martin Algesten and the entire team of contributors for this great program.</p>
<p>Please, feel free to spread this article through social networks, it is possible that someone can use it and with that you can also spread and help this great project.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/yakyak-an-extraordinary-desktop-client-for-hangouts/">Yakyak: An extraordinary desktop client for Hangouts</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/yakyak-an-extraordinary-desktop-client-for-hangouts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
