sirjuddington / SLADE

It's a Doom editor
https://slade.mancubus.net
GNU General Public License v2.0
710 stars 109 forks source link

SLADE still looks for .exe files on Linux #1665

Open YourAverageYeet opened 9 months ago

YourAverageYeet commented 9 months ago

SLADE Version

3.2.5

OS

Linux

Issue Details

Just for clarification, this issue lies directly between a bug report and a feature request. If "Other" is the improper type, feel free to change it.

When trying to set up the PNG compression tools for SLADE, I noticed that even though I am on Linux, it still looks for Windows executable files. There's also no option to look at "All Files" in the file selection prompt, so you can't "take the easy way out."

sirjuddington commented 6 months ago

This works fine for me on ubuntu, while it does say 'Executable files' as the file type, it allows selection of any file

YourAverageYeet commented 6 months ago

Alright, I just did some more testing on this issue (thank you for the response, by the way), and, instead of the originally stated problem, it seems that Slade cannot detect files that don't have extensions. For instance, it will detect the main, Windows DeflOpt.exe executable just fine, but the Linux versions of PNGcrush and PNGout, which have no extension, cannot be seen. Likewise, in my bin folder, it only detects a stray .py file, where everything else has no extension. This (obviously) doesn't affect folders, and VICE, which also runs on GTK3, does properly display files without extensions when selecting "All Files," so it doesn't seem to be a GTK3 issue.

This is only really a problem for users of Unix-like operating systems, where files without names are common for both user-generated and core files.

For reference, I use Kubuntu, so there also could be a problem there, but I doubt it.

YourAverageYeet commented 6 months ago

Visually

My bin folder seen through Dolphin: image

The same folder viewed through SLADE's file dialog: image