<?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>Electron Archives - VirtJunkie</title>
	<atom:link href="/category/electron/feed/" rel="self" type="application/rss+xml" />
	<link>/category/electron/</link>
	<description>Virtualization, Automation, and anything else that might be on my mind</description>
	<lastBuildDate>Sat, 01 Jun 2019 13:59:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.2</generator>

<image>
	<url>/wp-content/uploads/2020/04/cropped-vj4-150x150.png</url>
	<title>Electron Archives - VirtJunkie</title>
	<link>/category/electron/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Webex Teams on Linux</title>
		<link>/2019/06/01/webex-teams-on-linux/</link>
					<comments>/2019/06/01/webex-teams-on-linux/#comments</comments>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Sat, 01 Jun 2019 13:59:50 +0000</pubDate>
				<category><![CDATA[Electron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759</guid>

					<description><![CDATA[<p>Unfortunately, webex teams does not have a linux client, and recommends that people simply use the web client. Unfortunately, I'm more used to this answer than I'd like, but fortunately I don't have to any more.</p>
<p>The post <a href="/2019/06/01/webex-teams-on-linux/">Webex Teams on Linux</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image"><figure class="alignright is-resized"><img decoding="async" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Electron_Software_Framework_Logo.svg/1200px-Electron_Software_Framework_Logo.svg.png" alt="" width="182" height="182"/></figure></div>



<p>My company standardized on <a href="https://teams.webex.com/">Cisco Webex Teams</a> for persistent chat. Unfortunately, webex teams does not have a linux client, and recommends that people simply use the web client. Unfortunately, I&#8217;m more used to this answer than I&#8217;d like, but fortunately I don&#8217;t have to any more.</p>



<span id="more-759"></span>



<p>This morning I found a project called <a href="https://github.com/jiahaog/nativefier">Nativefier</a>. It allows you to make any web page a desktop application using electron and a handful of other tools.</p>



<p>Their github page has documentation on how to do the install, but i&#8217;ll also add my exact steps. Keep in mind, I&#8217;m using Ubuntu 19.04 so YMMV.</p>



<p>You&#8217;ll need to have npm installed, and use it to install nativefier.</p>



<ol><li>sudo apt install npm</li><li>sudo npm install nativefier -g</li></ol>



<p>I manually went to the internet to grab an icon for webex teams that I had the packager use. Feel free to download it and use it, however, from what I read in the documentation, nativefier should have the ability to find the icon automatically. I didn&#8217;t try it, but if you do, let me know how it works!</p>



<div class="wp-block-file"><a href="https://www.virtjunkie.com/wp-content/uploads/2019/06/cisco-webex-teams.png">cisco-webex-teams</a><a href="https://www.virtjunkie.com/wp-content/uploads/2019/06/cisco-webex-teams.png" class="wp-block-file__button" download>Download</a></div>



<p>You can use the following snippet to convert convert webex teams into an application.</p>



<pre class="urvanov-syntax-highlighter-plain-tag">nativefier -n &quot;Webex-Teams&quot; -p linux -a x64 -e 4.2.3 -i [absolute-path-to]/cisco-webex-teams.png --tray https://teams.webex.com/</pre>



<p>That will create a directory called &#8220;webex-teams-linux-x64&#8221;. To open webex teams, enter that directory and run the webex-teams binary.</p>
<p>The post <a href="/2019/06/01/webex-teams-on-linux/">Webex Teams on Linux</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/2019/06/01/webex-teams-on-linux/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
	</channel>
</rss>
