Open killerdevildog11 opened 2 years ago
change the function in src/xenia/base/system_gnulinux.cc called launchfileexplorer from the current stub to: void LaunchFileExplorer(const std::filesystem::path& path) { auto cmd = std::string("xdg-open "); cmd.append(path.c_str()); system(cmd.c_str()); }
and rebuild then it should function as desired.
@i-nod that works, but sadly no video for any games :-(
@dmanlfc yeah I know. I made fixes for the file system stuff too. It needed to look more like windows for it to properly open my xbox images. Still though, even after the threads start up just a black screen.
Validation
Describe what's going wrong
When running the program and selecting file>showcontentdirectory the core dumps and says an assertion failed.
Describe what should happen
I am assuming it should open nautilus or whatever file explorer is on default
If applicable, provide a callstack here, especially for crashes
If applicable, upload a logfile and link it here
xenia.log