1

Its kind of urgent and I am not that experienced with linux I took some advice on an other topic here on what software to use for transcription and someone mentioned "the poor mans transcriber" known as pmTrans

The think is that it isnt a deb package nor has it some sh or install file in it... it is supposed to work in linux I extracted the zip and the jar for linux 64bit yet there are only 2 folder there and some .so files.. please help

papajo
  • 3,087

1 Answers1

1

You can just start this from terminal by typing:

java -jar pmTransALLOS.jar

You can make afterwards a shortcut by nano ~/Desktop/pmTrans.desktop and adding the following lines into it:

[Desktop Entry]
Name=pmTrans
Comment=pmTrans
Exec=java -jar /path-to/pmTransALLOS.jar
Icon=
Terminal=false
Type=Application
Categories=Reader;
Videonauth
  • 33,815