Fullscreen parameter "-fs" is being ignored
#1
Hey folks,

I use a Desktopm Shortcut to start my XBMC. What I want, is to start in FS mode, no matter if I was in windowed mode when I left XBMC.

I use this Target in my Desktop Shortcut:

Code:
"C:\Program Files\XBMC\XBMC.exe" -fs -p

-p works, but, unfortunately -fs not. It just starts in the very same mode that I exited it.

Here are my logs:

Debug Log

Thanks guys, as usual!
Reply
#2
The -fs argument no longer does anything.If you want to force fullscreen create an advancedsettings.xml file containing:

Code:
<advancedsettings>
  <fullscreen>true</fullscreen>
</advancedsettings>

The -fs argument was removed doesn't work properly with profiles i.e. it doesn't allow the profile to determine the fullscreen state.

JR
Reply
#3
Great! Thanks for that helpful Information!
Reply

Logout Mark Read Team Forum Stats Members Help
Fullscreen parameter "-fs" is being ignored0