Search found 2 matches
- Mon Jun 07, 2010 8:39 pm
- Forum: LXPanel
- Topic: Can I have window decoration on lxpanel?
- Replies: 2
- Views: 3424
Re: Can I have window decoration on lxpanel?
Hmm, I changed a line in src/panel.c from p->topgwin = (GtkWidget*)g_object_new(PANEL_TOPLEVEL_TYPE, NULL); to p->topgwin = (GtkWidget*)g_object_new(GTK_TYPE_WINDOW, NULL); but it won't compile (I've attached the log). The source was downloaded from http://ftp.de.debian.org/debian/pool/main/l/lxpane...
- Mon Jun 07, 2010 7:42 am
- Forum: LXPanel
- Topic: Can I have window decoration on lxpanel?
- Replies: 2
- Views: 3424
Can I have window decoration on lxpanel?
All of my windows (except the desktop and lxpanel) have window decorations on them. I'd also like to have it on lxpanel. Is it possible? I tried in compiz's ccsm under "Window decorations" -> "Decoration windows" and set it to "any | class=lxpanel", but nothing changed ...