Alright, we're getting somewhere - I've been putzing with this all afternoon now 😊Ā
So I installed the KDE version of Manjaro as a Virtual Machine, and have to admit that I love how light and fast it feels.
Next I downloaded the "static" version from Tweaking4All, extracted it and ... could reproduce your issue right away.
Strange thing though:
Mint, Clear Linux, and MX Linux run the application just fine, and identify the executable correctly as an 64 bits (using "file") ELF binary (using "readelf -a"). Manjaro does not even see it as an executable (or ELF binary), and reports it to be "data".Ā
Next step was to update Manjaro (500+ updates) - I originally wanted to stay as close as possible to a clean install so that's why I waited with doing the update.Ā
After the update Manjaro sees RenameMyTVSeries correctly as an executable like the other distroes did. However double clicking it does nothing.
Starting it from Konsole, I get the error that at least one lib is missing:
./RenameMyTVSeries: error while loading shared libraries: libgdk-x11-2.0.so.0
Ā
Being a total NOOB when it comes to "pacman" and "Manjaro", I had to do quite a bit of searching to finally manage to get it to work after running:
sudo pacman -S gtk2
Just to make sure, I downloaded the "static" version again, and it started right away.
Looking at the GUI, I'm not overly happy, but it works. Maybe this is just what RMTV always looked like under Linux.
Let me know if this works for you, and if things look "normal" 😊Ā