<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Do I need a browser protocol handler with nuxeo-drive ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315925#M2926</link>
    <description>&lt;P&gt;It is automatically registered at nuxeo Drive startup by Python code that sets the right keys in the Windows registry.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jan 2015 17:49:47 GMT</pubDate>
    <dc:creator>ataillefer_</dc:creator>
    <dc:date>2015-01-06T17:49:47Z</dc:date>
    <item>
      <title>Do I need a browser protocol handler with nuxeo-drive ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315922#M2923</link>
      <description>&lt;P&gt;I'm testing nuxeo-drive with nuxeo 6.0 on ubuntu.&lt;/P&gt;
&lt;P&gt;I'd like to make use of the "edit with nuxeo-drive" button in the browser. I think I need a protocol handler for firefox but I did not found any downloadable protocol for browsers.&lt;/P&gt;
&lt;P&gt;I tried to declare it directly in firefox with these commands:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;network.protocol-handler.app.nxdrive = /path/to/ndrive %s
network.protocol-handler.expose.nxdrive = false
network.protocol-handler.external.nxdrive = true
network.protocol-handler.expose-all = true
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When I try to edit a *.odt file, Libreoffice can't be launched.&lt;/P&gt;
&lt;P&gt;Any hint? Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 17:24:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315922#M2923</guid>
      <dc:creator>acn_</dc:creator>
      <dc:date>2015-01-05T17:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need a browser protocol handler with nuxeo-drive ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315923#M2924</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes we didn't implement the &lt;CODE&gt;nxdrive&lt;/CODE&gt; protocol handler registration for Linux yet (Linux is not our priority target at the moment), but it works on Windows and OS X.&lt;/P&gt;
&lt;P&gt;Made a quick try to register it manually with your commands but with no success.
If you find a way we would be glad to integrate it!&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;PS: I wonder if protocol registration is not easier on Chrome, maybe using some JS?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 12:16:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315923#M2924</guid>
      <dc:creator>ataillefer_</dc:creator>
      <dc:date>2015-01-06T12:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need a browser protocol handler with nuxeo-drive ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315924#M2925</link>
      <description>&lt;P&gt;Thank you for the info. I'll let you know if I manage to have it working.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 17:14:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315924#M2925</guid>
      <dc:creator>acn_</dc:creator>
      <dc:date>2015-01-06T17:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need a browser protocol handler with nuxeo-drive ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315925#M2926</link>
      <description>&lt;P&gt;It is automatically registered at nuxeo Drive startup by Python code that sets the right keys in the Windows registry.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 17:49:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315925#M2926</guid>
      <dc:creator>ataillefer_</dc:creator>
      <dc:date>2015-01-06T17:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need a browser protocol handler with nuxeo-drive ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315926#M2927</link>
      <description>&lt;P&gt;Hi acn and ataillefer,&lt;/P&gt;
&lt;P&gt;I think it would be better to create a protocol handler in ubuntu itself.&lt;/P&gt;
&lt;P&gt;Steps to do so:&lt;/P&gt;
&lt;P&gt;Create a new file&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;sudo touch /usr/share/applications/nxdrive-handler.desktop
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;With the following text:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[Desktop Entry]
Name=Nuxeo Drive Protocol Handler
GenericName=Nuxeo Drive Handler
Comment=Handle NXdrive URL
Exec=ndrive %u
Terminal=false
Type=Application
MimeType=x-scheme-handler/nxdrive
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then refresh the desktop database:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;sudo update-desktop-database
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope you can use this,
Bauke Roo&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 13:36:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315926#M2927</guid>
      <dc:creator>Bauke_Roo</dc:creator>
      <dc:date>2015-09-03T13:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need a browser protocol handler with nuxeo-drive ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315927#M2928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 07:23:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315927#M2928</guid>
      <dc:creator>ataillefer_</dc:creator>
      <dc:date>2015-10-09T07:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need a browser protocol handler with nuxeo-drive ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315928#M2929</link>
      <description>&lt;P&gt;Thanks, I've updated [USERDOC/Nuxeo Drive](https&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 10:18:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-i-need-a-browser-protocol-handler-with-nuxeo-drive/m-p/315928#M2929</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2015-10-09T10:18:13Z</dc:date>
    </item>
  </channel>
</rss>

