-
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
Fullscreen showing very small window #376
Comments
How do you use web browser in Kodi? I've managed to start kodi-standalone under Xephyr (which turned out to be slooooooow, about 1 fps or less). But I can't find a browser there. There is a Web Viewer addon, but it only displays text, and doesn't try to render HTML at all, let alone Flash. |
I'm using the 'advanced emulator launcher' plugin to launch browsers in Kodi. You can configure a launcher with arguments, e.g. /use/bin/firefox --width 1920 --height 1080 www.netflix.com It's a fairly bare bones Arch install, this provides the systemd unit for kodi-standalone https://aur.archlinux.org/packages/kodi-standalone-service/ |
I think the only way is to add a configuration option that forces fullscreen window position. I'll take a look. |
I've just pushed 2f9b5cc to the |
Thank you!!! 🍾 🥂 Just tested and with that option it works a treat 😃 |
Hi,
I'm having a similar issue to that described here: #350
When trying to maximize a video to fullscreen a very small window displays by the cursor and that's it.
I'm using Kodi in standalone mode on arch.
I'm guessing Kodi doesn't respond to the wm hints that are set to maximize the window after creation. I was thinking this should work if the dimensions are specified in freshplayer.conf but this doesn't appear to effect the window size.
Appreciate any tips
The text was updated successfully, but these errors were encountered: