Hi, When running xfce as a desktop, VLC in full screen mode doesn't hide the top menu panel bar. It's the default "don't autohide the panel" setting. I have to make the panel "autohide" in order for it to be a full screen VLC session. Is this how it's supposed to be? Thanks! -adrian
Fix synopsis and assign.
Created attachment 148469 [details] Patch, which hides panel for maximized applications Could you test patch in attachment? It must be applied to **x11-wm/xfce4-wm**.
Comment on attachment 148469 [details] Patch, which hides panel for maximized applications Have you tried it locally? I'm unfortunately unable to build packages at the moment; I don't have a poudriere setup on any of the laptops and I just run 100% binary packages. :( is there an easy way to just checkout and build the -one- package?
(In reply to Adrian Chadd from comment #3) > Comment on attachment 148469 [details] > Patch, which hides panel for maximized applications > > Have you tried it locally? I'm unfortunately unable to build packages at the > moment; I don't have a poudriere setup on any of the laptops and I just run > 100% binary packages. :( Unfortunately, I use xfwm4 4.11.2, but it affects also this release (and previous). I succeeded to reproduce behavior. > > is there an easy way to just checkout and build the -one- package?
A commit references this bug: Author: olivierd Date: Mon Oct 20 16:01:37 UTC 2014 New revision: 371279 URL: https://svnweb.freebsd.org/changeset/ports/371279 Log: - Add patch, which hides panel for maximized applications - Remove @dirrm* in pkg-plist - Bump PORTREVISION PR: 194135 Reported by: adrian@ Obtained from: Xfce's BugZilla (bugs #8563, #10622) Changes: head/x11-wm/xfce4-wm/Makefile head/x11-wm/xfce4-wm/files/patch-src__client.c head/x11-wm/xfce4-wm/pkg-plist
Committed, thanks
Patch works for VLC only, not for Mplayer, Firefox(Flash) or Virtualbox VM in fullscreen. I have a dual Monitor setup.
(In reply to Norbert Augenstein from comment #7) > Patch works for VLC only, not for Mplayer, Firefox(Flash) or Virtualbox VM > in fullscreen. I have a dual Monitor setup. Even with F11 key (usually it's shortcut for fullscreen mode)? Patch is just workaround, not approved by upstream, and I can't see modification for this complaint. I re-open this PR.
(In reply to Norbert Augenstein from comment #7) > Patch works for VLC only, not for Mplayer, Firefox(Flash) or Virtualbox VM > in fullscreen. I have a dual Monitor setup. Do you try this command, which disable always-on-top behaviour panel? xfconf-query -c xfce4-panel -p /panels/panel-<id>/disable-struts -t bool -n -s true Where <id> is integer (usually 0 or 1). If nothing change, you can revert value with: xfconf-query -c xfce4-panel -p /panels/panel-<id>/disable-struts -T
Since revision r380565, I think this bug can be closed. Support of Qt applications with xfwm 4.12 is better. Otherwise xfce4-panel 4.12 provides new feature, calls "intelligently autohide" (see in preferences window).