Comment 3 for bug 931331

Revision history for this message
marmuta (marmuta) wrote :

So I learned name and title are not the same thing. The window name is actually the first element of the WM_CLASS property, title would be WM_NAME (xprop lists the window properties).

Onboard 0.97 has the following:
window class: 'Onboard'
window name: 'onboard'
window title: 'Onboard'
window ID: some unpredictable integer

I've looked at the window rules plugin in ccsm and it does appear to show class and name properly, but fails to get title and ID. I'm not sure why that is, from the source it looks like it should work. Anyway, the information is there (xprop) and class/name may already be sufficient to identify Onboard.

What I'm wondering is, why do you need to remove the close button? Onboard from version 0.96 has no window decoration by default. Do you have a special reason to keep the title bar enabled? Not that there's anything wrong with it, I'm just curious.

Our stable PPA is here
https://launchpad.net/~onboard/+archive/stable
but 0.97 isn't in there yet, though it probably will be soon.