-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I get fullscreen working? #350
Comments
This window is how fullscreen mode is implemented. I create small window, make it "transient" for browser main window, and then set hints for window manager. Window manager detects those hints and stretches window to fill full screen. In your case, window manager increased width, but didn't increase height. And also didn't remove window decorations. I don't know why. What desktop environment do you use? |
I'm using Windowmaker. |
I tried to install WindowMaker in virtual machine, and can confirm full screen mode doesn't work there. I see the same wide window with small height instead of stretched to full screen. Most probably, the way fullscreen works in relatively modern window managers was proposed later than WindowMaker was used widely. There has to be some simple way of getting to the fullscreen, compatible with WindowMaker and modern window manager, but I don't know any yet.
It has to be fixed in freshplayerplugin, so you can't just change settings to make it work. And I don't know how to fix it yet. If you know how to make fullscreen windows in WindowMaker, I'd like have an example code. There is also some complications. I can't just stretch window manually. There is a reason to make it 10 by 10 initially. Small window is placed near the mouse pointer. That way window manager expands window on the current monitor, not on monitor 1. I'd like to keep that feature. So there has to be compatible way. |
Found that if What you need to do is to take latest version from
|
I'll give it a try. |
I did exactly as you said, and it now works perfectly in full screen! |
I have the Freshplayerplugin installed and working, including with hardware video decoding via the ~/.config/freshwrapper.conf, and performance is as expected on YouTube, but I am unable to get fullscreen working, with this strange extra window on top of Firefox that shows up in a little strip, as you can see from the attached file here:
![untitled](https://cloud.githubusercontent.com/assets/24418507/21313723/6a464f40-c5c1-11e6-8b1b-3210f348a6b1.jpg)
I've tried changing all manner of settings in the freshwrapper.conf, but to no avail.
I'm sure that the solution is simple, but I have not the first clue what it is.
Can anyone give me any ideas?
The text was updated successfully, but these errors were encountered: