PCMan / gtk3-nocsd

A hack to disable gtk+ 3 client side decoration
GNU Lesser General Public License v2.1
320 stars 41 forks source link

gtk3-nocsd breaks the save/open dialog #57

Closed afraidofmusic closed 4 years ago

afraidofmusic commented 4 years ago

On Arch Linux, in Sway, using the gtk3-nocsd-git package. Added the following lines to .zprofile

export GTK_CSD=0 export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0

This leaves the open/save dialogs unusable. There is no button to open/save, and cannot use keyboard to open/save.

Without gtk3-nocsd 2020-08-26T10:21:17,867744990+03:00

With gtk3-nocsd 2020-08-26T10:22:24,056822156+03:00

neoninteger commented 4 years ago

Hi, I'm the maintainer of the gtk3-nocsd-git AUR package. The package actually pulls from a fork of this repository located here: https://github.com/ZaWertun/gtk3-nocsd

And this issue has already been reported there as https://github.com/ZaWertun/gtk3-nocsd/issues/5

afraidofmusic commented 4 years ago

Sorry, I didn't realize that. Installed from this repository and all's good.