RMIR/Remotemaster on Linux and Gnome

Discussion forum for JP1 software tools currently in use, or being developed, such as IR, KM, RemoteMaster, and other misc apps/tools.

Moderator: Moderators

Post Reply
Barf
Expert
Posts: 1522
Joined: Fri Oct 24, 2008 1:54 pm
Location: Munich, Germany
Contact:

RMIR/Remotemaster on Linux and Gnome

Post by Barf »

So, this is yet another guide to Remotemaster on Linux, this time with Gnome Desktop support.

This guide describes an installation to /usr/local/remotemaster, with links for the executable links from /usr/local/bin. It assumes some basic Linux knowhow, but not very much. To keep the description short, installing to somewhere else is not covered.

It is assumed that the "svn" program is installed. (On RedHat-like systems (like Fedora):

Code: Select all

dnf install svn
by Debian-derived system probably

Code: Select all

apt-get install subversion
1. Unpack the current RMIR zip file to /usr/local/remotemaster.

2. Unpack my support files to the same directory.

3. Make the shell wrapper executable

Code: Select all

chmod +x /usr/local/remotemaster/remotemaster.sh
4. Make links to that file with the future commands as link-names;

Code: Select all

ln -s  /usr/local/remotemaster/remotemaster.sh /usr/local/bin/rmir
ln -s  /usr/local/remotemaster/remotemaster.sh /usr/local/bin/remotemaster
Assuming /usr/local/bin is in the path (should be the case), this will create the two command line commands "rmir" and "remotemaster" for starting the program in different modes.

5. (Optional, for Gnome support). Copy the desktip files to the current user's application directory.:

Code: Select all

cp /usr/local/remotemaster/*.desktop ~ ~/.local/share/applications
chmod +x ~/.local/share/applications/RemooteMaster.desktop
chmod +x  ~/.local/share/applications/RMIR.desktop
Assuming that the Gnome Desktop (or a derivative thereof, like Cinnamon), this will make two new icons show up on the desktop. These can, as expected, be double clicked to fire up the program.

Done!

Note that it is not required to install the RDF- or map files explicitly. Instead, the first time the program starts, these will be sucked from the SVN repository. (Takes a minute or so.) Also, the initial "locate the RDFS and the Maps" has been eliminated.

There are some parameters that can be changed in the shell script, as well as the desktop files.

Improvements and bug reports are welcome!

Edit 2016-12-15: yum changed to dnf; ~/Desktop changed to ~/.local/share/applications
Post Reply