elementary / files

File browser designed for elementary OS
https://elementary.io
GNU General Public License v3.0
323 stars 75 forks source link

Not setting GTK_CSD can break CustomFileChooserDialog in applications #971

Open worldofpeace opened 5 years ago

worldofpeace commented 5 years ago
Issue Description

For example, attempting to open a file in vlc results in

(vlc:1306): Gtk-WARNING **: 00:09:56.295: gtk_window_set_titlebar() called on a realized window

And I cannot see a FileChooserDialog drawn and the entire window is unresponsive.

However it works fine in Code and Firefox.

Technical Details
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/75632553-customfilechooserdialog-doesn-t-work-in-certain-applications?utm_campaign=plugin&utm_content=tracker%2F65602118&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F65602118&utm_medium=issues&utm_source=github).
worldofpeace commented 5 years ago

So this apparently is only an issue if you haven't set GTK_CSD=1

See

The MR https://gitlab.gnome.org/GNOME/gtk/merge_requests/566 would help with this.