Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File dialog for any Linux desktop #1460

Open
WickedSmoke opened this issue Apr 5, 2023 · 0 comments
Open

File dialog for any Linux desktop #1460

WickedSmoke opened this issue Apr 5, 2023 · 0 comments
Labels

Comments

@WickedSmoke
Copy link

Currently the project links with gtk-3 to bring in the file dialog used by src/engine/linux/os.cpp. Not only is this an older version of Gtk, but it does not support KDE users well. Please consider using the DBUS FileChooser instead. This is implemented by https://github.com/btzy/nativefiledialog-extended which can provide a static library (libnfd.a) when built like this:

cmake -DCMAKE_BUILD_TYPE=Release -DNFD_PORTAL=ON ..

This library could then be added to the lumixengine_linux_3rdparty_bin repository. I was able to compile LumixEngine this way as you can see in my repo.

@nem0 nem0 added the trivial label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants