Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

It's impossible to add external engines on Linux if their filename doesn't end with .exe #132

Open
marmistrz opened this issue Oct 12, 2020 · 1 comment

Comments

@marmistrz
Copy link

The file picker only allows .exe files, however, the standard convention on Unixes is that executables don't have any extension.

I tried to contribute a fix, but I was stopped by language barriers, see #131

@lukasmonk
Copy link
Owner

lukasmonk commented Oct 12, 2020

PantallaMotores.py, line 435

-     exeMotor = QTUtil2.leeFichero(wowner, folderEngines if folderEngines else ".", "%s EXE (*.exe)" % _("File"), _("Engine"))

+    exeMotor = QTUtil2.leeFichero(wowner, folderEngines if folderEngines else ".", "%s (*.*)" % _("File"), _("Engine"))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants