[Xfce-bugs] [Bug 658] A sort of slit maybe?
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Fri May 26 19:23:45 CEST 2006
Do NOT reply to this email. To make further comments on this bug, use
the URL below:
http://bugzilla.xfce.org/show_bug.cgi?id=658
hakan.erduman at web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hakan.erduman at web.de
------- Comment #1 from hakan.erduman at web.de 2006-05-26 17:23 UTC -------
I'd second that request. Take wmcpuload for example. It is compiled against the
libdockapp library that just does this:
/* Set ClassHint */
classhint = XAllocClassHint();
if (classhint == NULL) {
fprintf(stderr, "%s: can't allocate memory for wm hints!\n", argv[0]);
exit(1);
}
classhint->res_class = "DockApp";
classhint->res_name = appname;
XSetClassHint(display, window, classhint);
XSetClassHint(display, icon_window, classhint);
XFree(classhint);
After that, it assumes to be treated properly as a dockapp:
No window decoration, not in task list, etc.
Maybe this enhancement request can be moved to xfce4-panel which could sense
and auto-swallow these DockApps?
I remember there was a specific panel item that would start and swallow
dockapps but it is broken from 4.2 to 4.4. and did not hinder them to show up
in the task list(s).
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Xfce-bugs
mailing list