Skip to content

Suppress GFileInfo related warnings#119

Open
mtasaka wants to merge 3 commits into
lxde:masterfrom
mtasaka:remove-fileinfo-warnings
Open

Suppress GFileInfo related warnings#119
mtasaka wants to merge 3 commits into
lxde:masterfrom
mtasaka:remove-fileinfo-warnings

Conversation

@mtasaka
Copy link
Copy Markdown
Contributor

@mtasaka mtasaka commented Apr 10, 2026

https://gitlab.gnome.org/GNOME/glib/-/issues/3068 says that when GFileInfo is created via g_file_enumerate_children then g_file_enumerator_next_file , calling g_file_info_has_attribute beforehand is always needed for standard::is-hidden or standard::content-type (or so), even if GFileQueryInfoFlags is correctly specified.

Closes #118 .

mtasaka and others added 2 commits April 10, 2026 13:36
https://gitlab.gnome.org/GNOME/glib/-/issues/3068 says that
when GFileInfo is created via g_file_enumerate_children then
g_file_enumerator_next_file , calling g_file_info_has_attribute
beforehand is always needed for standard::is-hidden or standard::content-type
(or so), even if GFileQueryInfoFlags is correctly specified.

Closes lxde#118 .
@mtasaka
Copy link
Copy Markdown
Contributor Author

mtasaka commented May 6, 2026

2dd896c is additional fix for this issue, which is found when showing the result of search dialog.

I think this PR is better to merge and I would appreciate it if this PR is reviewed, thank you.

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

Successfully merging this pull request may close these issues.

Lots of GLib-GIO-CRITICAL warnings about g_file_info when launching lxpanel

1 participant