Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lucyllewy opened this issue Apr 29, 2022 · 1 comment

Comments

@lucyllewy
Copy link

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.

lucyllewy pushed a commit to diddlesnaps/gnome-sdk that referenced this issue Apr 29, 2022
Ref: ubuntu#6
Signed-off-by: Dani Llewellyn <[email protected]>
lucyllewy pushed a commit to diddlesnaps/gnome-sdk that referenced this issue Apr 29, 2022
Ref: ubuntu#6
Signed-off-by: Dani Llewellyn <[email protected]>
lucyllewy pushed a commit to diddlesnaps/gnome-sdk that referenced this issue Apr 29, 2022
Ref: ubuntu#6
Signed-off-by: Dani Llewellyn <[email protected]>
@soumyaDghosh
Copy link
Contributor

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

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

No branches or pull requests

2 participants