You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commenting out CurrentFilter works fine.
I tried to investiage it a litle bit and the sisue Seems to be somewhere in GTKFileDialog.cs::SetFilters. It is getting called by ShowDialog. Setting a breakpoint on that call, reveals that after stepping over the function, it will never reach the next line (int result = Control.Run();).
I am not sure what could cause this. It seems to choke somewhere on the AddFilter GTK# call, but I have no clue why.
Specifications
Version: dotnet 8
Platform(s): Eto.Platform.GTK 2.8.2
Operating System(s): Arch Linux, Fedora
The text was updated successfully, but these errors were encountered:
Expected Behavior
File picker should appear
Actual Behavior
The file picker doesn't appear / seems to fail somewhere
Steps to Reproduce the Problem
GTK_USE_PORTAL=1
Code that Demonstrates the Problem
Notes
Commenting out
CurrentFilter
works fine.I tried to investiage it a litle bit and the sisue Seems to be somewhere in GTKFileDialog.cs::SetFilters. It is getting called by
ShowDialog
. Setting a breakpoint on that call, reveals that after stepping over the function, it will never reach the next line (int result = Control.Run();
).I am not sure what could cause this. It seems to choke somewhere on the
AddFilter
GTK# call, but I have no clue why.Specifications
The text was updated successfully, but these errors were encountered: