Uploaded image for project: 'Nuxeo Drive '
  1. Nuxeo Drive
  2. NXDRIVE-445

[GNU/Linux] Add support for the custom URL protocol

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: NoFixVersionApplicable
    • Fix Version/s: 4.2.0
    • Component/s: OS Integration
    • Environment:
      GNU/Linux

      Description

      The nxdrive protocol handler is not registered under Linux as it is under Windows and OS X.

      One way to do it is to create the protocol handler at the OS level.
      Can be done under Ubuntu by creating a new file:

      sudo vi /usr/share/applications/nxdrive-handler.desktop
      

      with the fowllowing content:

      [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
      

      Then refreshing the desktop database:

      sudo update-desktop-database
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 2 hours, 15 minutes
                  2h 15m