Open Aleosiss opened 1 year ago
I would recommend using the no-gui version (cargo install ferium --no-default-features
) for now while I figure this out.
@theRookieCoder, you could add a option in ferium
for typing the path in.
@theRookieCoder, you could add a option in
ferium
for typing the path in.
There is, all commands that have any directory argument have command line flags for it.
@theRookieCoder, you could add a option in
ferium
for typing the path in.There is, all commands that have any directory argument have command line flags for it.
So, shouldn't this be closed?
No, the GUI file dialogue still doesn't work via WSL to my knowledge? The command line flag and nogui are just workarounds.
How does the dialog box work? It's supposed to be using the Windows dialogue box as AFAIK, WSL doesn't have(install) the Linux file selection dialog right?
I use this library called rfd, on linux (including anything running inside WSL) it will communicate using the xdg desktop portal to use the system's default file picker.
Description
When attempting to set a mod output directory, the dialogue instantly closes and I am unable to enter a path.
https://github.com/gorilla-devs/ferium/assets/25385833/4a78fcd9-4e9c-40c3-9311-7e277a3db871
Steps to reproduce
From the
history
output on a fresh install of Ubuntu on WSL2.0curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
sudo apt-get update
sudo apt install build-essential
cargo install ferium
ferium modpack add kosmolot-unofficial-masa-mods
Operating System
Linux
Are you using the latest version of ferium?
Additional Information
Installing on WSL2