Skip to content

j00w33/ncplayer-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

NinjaRemote on Linux

I am using Fedora Linux so the commands here will be run on Fedora 36.

Installing Prerequisites

  1. Install Wine
sudo dnf install wine* -y

You may need to enable rpm fusion depending on your distribution

  1. Change browser useragent to show that you are running Windows. There are many tutorials on how to do this. I used this extension in Chrome: User-Agent-Switcher
    You will need to find the custom string for Chrome on windows and add it to the list.
    This is important because since we aren't on Windows, the Ninja Remote icon doesn't appear

3. Sign into Ninja and download the ncplayer msi.
4. Install Ncplayer:
wine /home/<username>/ncinstaller-x64.msi
  1. Create a file:
nano ~/.local/share/applications/ncplayer.desktop

with the contents :

[Desktop Entry]
Exec=wine /home/<username>/.wine/drive_c/users/<username>/AppData/Roaming/NinjaRemote/ncplayer.exe -u %u
Type=Application
Terminal=false
MimeType=x-scheme-handler/ninjarmm;
  1. Install the desktop entry so that Chrome can recognize the protocol, and the mime handler so Firefox recognizes it.
xdg-desktop-menu install ~/.local/share/applications/ncplayer.desktop --novendor
xdg-mime install ~/.local/share/applications/ncplayer.desktop --novendor
  1. Install dxvk wine module
winetricks dxvk

  1. Launch Ninja Remote from the Machine page in the web portal.

The client will open, connect, then close, then re-establish the connection.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published