-
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
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.1.16
-
Story Points:1
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
- depends on
-
NXDRIVE-351 Generate a DEB package for Debian based systems
- Resolved