joel-majano
joel-majano
This continues work from https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/183457 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=539524.
Are you using Wayland? You can check in your system settings.
Looked into this more. It's a result of Wayland not supporting setting icons programatically. See: https://gitlab.gnome.org/GNOME/gtk/-/issues/1602. Now from some research this by including a *.desktop file with Eclipse. This might...
I looked into a few examples. On Windows it appears that the default tools that have "Save as" abilities such as Paint/Snipping Tool do this extension change when the filter...
I found that this has been brought up before https://bugs.eclipse.org/bugs/show_bug.cgi?id=578096. GTK isn't providing a signal that we can use when a filter is changed so instead I tried hooking `notify::filter`...
I was able to modify the snippet that was included in this issue https://gitlab.gnome.org/GNOME/gtk/-/issues/1820 to modify the file name when a filter is changed using the notify signal. However, this...
@akurtakov Is this a feature (autoextending file extension) that would be worth it to have, but that would require two code paths for flatpak vs non flatpak?
@akurtakov Yes the issue is still present. I tested with the snippet #171 provided and in GTK4.6.3 changing the filter does not change the extension.