gsingh93 / display-manager

A simple display/login manager for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSD/header bars

Happy-Ferret opened this issue · comments

Having built my own local copy of your code, I've removed the fullscreen code from it and am now trying to add a way to drag/move the window using a GTK3 header bar.

Unfortunately, all attempts so far have failed . While the standard header bar buttons all work, dragging does not.

From previous experience, client side decorations (CSD) should work without a window manager.
Has that behaviour changed or is there something in your code I'm missing?

I'm relatively new to GTK3 and added the header bar using Glade 3.20 from the Gnome PPA (the OS I'm trying this on is Ubuntu 16.04).