https://bugs.kde.org/show_bug.cgi?id=391917

--- Comment #13 from Gianluca Pettinello <gianluca.pettine...@gmail.com> ---
First of all I apologize for the late reply
@Martin
You are right indeed Gnome developers are difficult to convince.
I have a question.
If we use gtk-nocsd package (in Archlinux AUR) we get server side decorations
and shadow on the window. But I still miss the shadow under the menus in gtk
apps. Looking at kwin code I see there is a piece of code in client.cpp

void Client::readGtkFrameExtents(Xcb::Property &prop)
{
    m_clientSideDecorated = !prop.isNull() && prop->type != 0;
    emit clientSideDecoratedChanged();
}

which I'm trying to hack into
void Client::readGtkFrameExtents(Xcb::Property &prop)
{
    m_clientSideDecorated = true;
    emit clientSideDecoratedChanged();
}

Am I going nowhere by forcing the compositor to treat gtk windows as normal
windows?
Regards
Gianluca

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to