<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Webex Teams on Linux	</title>
	<atom:link href="/2019/06/01/webex-teams-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>/2019/06/01/webex-teams-on-linux/</link>
	<description>Virtualization, Automation, and anything else that might be on my mind</description>
	<lastBuildDate>Fri, 07 May 2021 12:36:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>
		By: Vincent		</title>
		<link>/2019/06/01/webex-teams-on-linux/#comment-67</link>

		<dc:creator><![CDATA[Vincent]]></dc:creator>
		<pubDate>Fri, 07 May 2021 12:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759#comment-67</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/2019/06/01/webex-teams-on-linux/#comment-65&quot;&gt;beanrod&lt;/a&gt;.

Unfortunately, the forum ‘improves’ your pasted command line :) Let me try if this can be prevented:

```shell
nativefier --name Webex https://web.webex.com/ --internal-urls &quot;.*(okta&#124;cisco&#124;spark&#124;webex).(com&#124;net).*&quot; --single-instance
```]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, the forum ‘improves’ your pasted command line 🙂 Let me try if this can be prevented:</p>
<p><code></code><code>shell<br />
nativefier --name Webex https://web.webex.com/ --internal-urls ".*(okta|cisco|spark|webex).(com|net).*" --single-instance<br />
</code><code></code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim Scully		</title>
		<link>/2019/06/01/webex-teams-on-linux/#comment-66</link>

		<dc:creator><![CDATA[Jim Scully]]></dc:creator>
		<pubDate>Sun, 21 Feb 2021 01:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759#comment-66</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/2019/06/01/webex-teams-on-linux/#comment-59&quot;&gt;Joe Garcia&lt;/a&gt;.

I initially had the same thing.  However, it was due to my org&#039;s SSO.  I used the --internal-urls &quot;.*&quot;  option and it worked fine.]]></description>
			<content:encoded><![CDATA[<p>I initially had the same thing.  However, it was due to my org&#8217;s SSO.  I used the &#8211;internal-urls &#8220;.*&#8221;  option and it worked fine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: beanrod		</title>
		<link>/2019/06/01/webex-teams-on-linux/#comment-65</link>

		<dc:creator><![CDATA[beanrod]]></dc:creator>
		<pubDate>Fri, 08 Jan 2021 04:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759#comment-65</guid>

					<description><![CDATA[nativefier --name &#039;Webex&#039; &#039;https://web.webex.com&/#039; --internal-urls &quot;.*(okta&#124;cisco&#124;spark&#124;webex)\.(com&#124;net).*&quot; --single-instance

heres my version of it allowing for okta 2fa. hoping it ends up in a search engine and helps someone :)]]></description>
			<content:encoded><![CDATA[<p>nativefier &#8211;name &#8216;Webex&#8217; &#8216;https://web.webex.com&/#8217; &#8211;internal-urls &#8220;.*(okta|cisco|spark|webex)\.(com|net).*&#8221; &#8211;single-instance</p>
<p>heres my version of it allowing for okta 2fa. hoping it ends up in a search engine and helps someone 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jerome Ryan		</title>
		<link>/2019/06/01/webex-teams-on-linux/#comment-64</link>

		<dc:creator><![CDATA[Jerome Ryan]]></dc:creator>
		<pubDate>Thu, 31 Dec 2020 21:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759#comment-64</guid>

					<description><![CDATA[I ran the command below:

$ nativefier -n &quot;Webex-Teams&quot; -p linux -a x64 -e 11.0.3 -i Pictures/cisco-webex-teams.png --tray https://teams.webex.com/

Preparing Electron app...

Converting icons...

Packaging... This will take a few seconds, maybe minutes if the requested Electron isn&#039;t cached yet...
Downloading electron-v11.0.3-linux-x64.zip: [====================================================================================================] 100% ETA: 0.0 seconds 
Packaging app for platform linux x64 using electron v11.0.3

Finalizing build...
App built to /home/jr/Webex-Teams-linux-x64 , move it wherever it makes sense for you and run the contained executable file (prefixing with ./ if necessary)
Menu/desktop shortcuts are up to you, because Nativefier cannot know where you&#039;re going to move the app. Search for &quot;linux .desktop file&quot; for help, or see https://wiki.archlinux.org/index.php/Desktop_entries

This created a valid directory and everything looks good. My problem is I don&#039;t recognize any executable file as the above instructions?]]></description>
			<content:encoded><![CDATA[<p>I ran the command below:</p>
<p>$ nativefier -n &#8220;Webex-Teams&#8221; -p linux -a x64 -e 11.0.3 -i Pictures/cisco-webex-teams.png &#8211;tray <a href="https://teams.webex.com/" rel="nofollow ugc">https://teams.webex.com/</a></p>
<p>Preparing Electron app&#8230;</p>
<p>Converting icons&#8230;</p>
<p>Packaging&#8230; This will take a few seconds, maybe minutes if the requested Electron isn&#8217;t cached yet&#8230;<br />
Downloading electron-v11.0.3-linux-x64.zip: [====================================================================================================] 100% ETA: 0.0 seconds<br />
Packaging app for platform linux x64 using electron v11.0.3</p>
<p>Finalizing build&#8230;<br />
App built to /home/jr/Webex-Teams-linux-x64 , move it wherever it makes sense for you and run the contained executable file (prefixing with ./ if necessary)<br />
Menu/desktop shortcuts are up to you, because Nativefier cannot know where you&#8217;re going to move the app. Search for &#8220;linux .desktop file&#8221; for help, or see <a href="https://wiki.archlinux.org/index.php/Desktop_entries" rel="nofollow ugc">https://wiki.archlinux.org/index.php/Desktop_entries</a></p>
<p>This created a valid directory and everything looks good. My problem is I don&#8217;t recognize any executable file as the above instructions?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joe Black		</title>
		<link>/2019/06/01/webex-teams-on-linux/#comment-63</link>

		<dc:creator><![CDATA[Joe Black]]></dc:creator>
		<pubDate>Fri, 20 Nov 2020 13:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759#comment-63</guid>

					<description><![CDATA[It&#039;s working like a charm. 

Pros:
It&#039;s working like native desktop app for availability. Now my avail. status is online while the app is running on the background. Web version doesn&#039;t provide this.

Cons:
I didn&#039;t see yet but not tested so much.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s working like a charm. </p>
<p>Pros:<br />
It&#8217;s working like native desktop app for availability. Now my avail. status is online while the app is running on the background. Web version doesn&#8217;t provide this.</p>
<p>Cons:<br />
I didn&#8217;t see yet but not tested so much.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ben V.		</title>
		<link>/2019/06/01/webex-teams-on-linux/#comment-62</link>

		<dc:creator><![CDATA[Ben V.]]></dc:creator>
		<pubDate>Mon, 02 Nov 2020 08:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759#comment-62</guid>

					<description><![CDATA[Perfect, it&#039;s run for me on linux 20.04
Thank you]]></description>
			<content:encoded><![CDATA[<p>Perfect, it&#8217;s run for me on linux 20.04<br />
Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roberto Leinardi		</title>
		<link>/2019/06/01/webex-teams-on-linux/#comment-61</link>

		<dc:creator><![CDATA[Roberto Leinardi]]></dc:creator>
		<pubDate>Wed, 27 May 2020 07:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759#comment-61</guid>

					<description><![CDATA[I&#039;m in the same situation, the problem is that the current web version of WebEx Teams does not provide the same features as the Mac and Windows native clients!

You cannot edit your messages, you cannot add or even view reactions and most of the time the chat history goes crazy and you don&#039;t see new messages anymore.

And yes, I know that there is a long running beta version that fixes some of these issues, but the beta version doesn&#039;t allow to make or join audio/video calls! And, in these quarantine days, being able to join call conferences is a must.

Please consider voting on the official Cisco User Community Feedback the entry for a native Linux client:
https://ciscocollabcustomer.ideas.aha.io/ideas/WXCUST-I-61]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the same situation, the problem is that the current web version of WebEx Teams does not provide the same features as the Mac and Windows native clients!</p>
<p>You cannot edit your messages, you cannot add or even view reactions and most of the time the chat history goes crazy and you don&#8217;t see new messages anymore.</p>
<p>And yes, I know that there is a long running beta version that fixes some of these issues, but the beta version doesn&#8217;t allow to make or join audio/video calls! And, in these quarantine days, being able to join call conferences is a must.</p>
<p>Please consider voting on the official Cisco User Community Feedback the entry for a native Linux client:<br />
<a href="https://ciscocollabcustomer.ideas.aha.io/ideas/WXCUST-I-61" rel="nofollow ugc">https://ciscocollabcustomer.ideas.aha.io/ideas/WXCUST-I-61</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Régis Desgroppes		</title>
		<link>/2019/06/01/webex-teams-on-linux/#comment-60</link>

		<dc:creator><![CDATA[Régis Desgroppes]]></dc:creator>
		<pubDate>Wed, 06 May 2020 17:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759#comment-60</guid>

					<description><![CDATA[Company standardized Cisco Webex Teams... I unfortunately have to share your pain.]]></description>
			<content:encoded><![CDATA[<p>Company standardized Cisco Webex Teams&#8230; I unfortunately have to share your pain.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joe Garcia		</title>
		<link>/2019/06/01/webex-teams-on-linux/#comment-59</link>

		<dc:creator><![CDATA[Joe Garcia]]></dc:creator>
		<pubDate>Thu, 21 Nov 2019 17:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759#comment-59</guid>

					<description><![CDATA[I get nothing but a blank white screen after building and running the nativefier package.

any ideas here?]]></description>
			<content:encoded><![CDATA[<p>I get nothing but a blank white screen after building and running the nativefier package.</p>
<p>any ideas here?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gianluca Tognin		</title>
		<link>/2019/06/01/webex-teams-on-linux/#comment-58</link>

		<dc:creator><![CDATA[Gianluca Tognin]]></dc:creator>
		<pubDate>Tue, 01 Oct 2019 09:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtjunkie.com/?p=759#comment-58</guid>

					<description><![CDATA[Hi Jon,
thanks for this awesome solution. Everything perfect except desktop sharing.
No way to get it working.
Did you get same results?

Thank you again]]></description>
			<content:encoded><![CDATA[<p>Hi Jon,<br />
thanks for this awesome solution. Everything perfect except desktop sharing.<br />
No way to get it working.<br />
Did you get same results?</p>
<p>Thank you again</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
