ubuntu / gnome-sdk

GNOME SDK/Platform snap
22 stars 21 forks source link

Add libgtk3-nocsd.so.0 to gnome runtime Snaps for users who want to disable GTK3/4 CSDs #6

Open lucyllewy opened 2 years ago

lucyllewy commented 2 years ago

This library is combined with the LD_PRELOAD environment variable which gets set when installing the gtk3-nocsd deb package (this package also depends on the libgtk3-nocsd0 package to install the actual .so library) on the host. Unfortunately the gnome runtime Snaps don't include the library so users are confused when a Snapped application uses CSDs despite the user having configured their system to disable them globally by installing the gtk3-nocsd deb package.

To implement this we should be able to "just" stage the libgtk3-nocsd0 package in each runtime snap.

soumyaDghosh commented 1 year ago

Hii, @kenvandine this issue seems to have been resolved long ago, shouldn't this be closed?