|
possible bug with cycle_minimum?: msg#00200xfce.user
I wanted to enable the behavior shown on this thread: http://lunar-linux.org/pipermail/xfce/2004-August/010299.html I tried adding the "cycle_hidden=false" option a newly created ~/.xfce4/xfwm4rc file, but that didn't work. Since the patch was for a cvs version, thought to look at the code to see if it was committed in newer revisions. I looked at lines ~5931-5938 of xfwm4/src/client.c (from xfce_4_0_5 tag) and noticed this: if (screen_info->params->cycle_minimum) { passdata.cycle_range = INCLUDE_HIDDEN; } else { passdata.cycle_range = INCLUDE_HIDDEN | INCLUDE_SKIP_TASKBAR | INCLUDE_SKIP_PAGER; } So it looks like the functionality is there, to some degree. However, maybe I don't understand the meaning of "cycle_minimum", but should the line in the "else" block not contain "INCLUDE_HIDDEN"? As a test, I changed that line and re-compiled/installed. passdata.cycle_range ends up being null in my case (presumably because it's looking for that value somewhere else instead of ~/.xfce4/xfwm4rc) so the "else" always runs, and it now works as expected. --Alex _______________________________________________ Xfce mailing list Xfce@xxxxxxxx http://lunar-linux.org/mailman/listinfo/xfce http://www.xfce.org |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: lock window in workspace: 00200, Alex |
|---|---|
| Next by Date: | Re: lock window in workspace: 00200, Alex |
| Previous by Thread: | lock window in workspacei: 00200, Alex |
| Next by Thread: | Misc comments: 00200, Don Christensen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |