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

Linux GTK issue - Button icons are not visible in open/save file dialog boxes #40

Open
bitrot-alpha opened this issue Jan 8, 2023 · 1 comment

Comments

@bitrot-alpha
Copy link
Contributor

On GNOME desktop, the button icons are invisible in these dialog boxes.
image
image

I'm not actually sure if this is a problem with this project or upstream, as there is a lot of jank going on in GTK and GNOME..
I tested with both OpenSUSE Tumbleweed and Fedora 36.

I'll attach a .txt file of when I ran MemcardRex with MONO_LOG_LEVEL=debug.
debug_log.txt

@ShendoXT
Copy link
Owner

ShendoXT commented Jan 8, 2023

Hmmm, that's on mono... Dialogs are provided by the system:

    OpenFileDialog openFileDlg = new OpenFileDialog
    openFileDlg.ShowDialog()

The proper way for GTK would be to use FileChooserDialog provided by the GTK# but then
the whole app might as well be ported to GTK# to avoid interface glitches because WinForms are simulated on Linux.

If anyone is willing to do so I'll be happy to help as much as I can. Cocoa for macOS would be nice too 😜

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

No branches or pull requests

2 participants