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

Black background with certain apps like desktopfolder #44

Open
khurshid-alam opened this issue Dec 17, 2018 · 0 comments
Open

Black background with certain apps like desktopfolder #44

khurshid-alam opened this issue Dec 17, 2018 · 0 comments

Comments

@khurshid-alam
Copy link

khurshid-alam commented Dec 17, 2018

Hi, Unity community developer here. As you know Ubuntu 19.04 will use Nautilus >=3.30 which does not have desktop anymore. Unity is deeply integrated with with the desktop and I was this can be used in unity too.

We are thinking of using desktopfolder instead. The issue is desktop folder shows a black background on unity when csd is disabled. The same thing happen with gnome-flashback session too.

As a workaround I had to run as GTK_CSD=1 /usr/bin/desktopfolder in unity. In unity GTK_CSD is always set to 0.

Can you explain why this happens? I tested with several themes, and it's the same issue.

The one reason I could think of is it could be the issue with missing support of _GTK_FRAME_EXTENTS in compiz since gtk-3.16

Also see:
numixproject/numix-gtk-theme#206

gtk-nocsd always set border and background always transparent (even for docks), and unity always set shadows for all window types except desktop and dock....so there can not be any shadows behind, the probable workaround is to remove all shadows from all .window-frame styles. But with the workaround it doesn't work.

Can we ignore a particular app in gtk-nocsd ?

@chris-se

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

1 participant