- Default behavior should be to auto save the last used layout.
--fullscreen --tv breaks that functionality and forces the fullscreen TV layout on all users every start.
- Added windowed TV option.
Plex-CLA-1.0-signed-off-by: Manuel Rusch manuel.rusch@gmail.com
The desktop files (entries) are required to launch plexmediaplayer
via a GUI (instead of launching it via a terminal), the accompanying
icon is required so that the desktop entry has an icon.
Until now distros had to carry downstream patches to install
desktop files and plex's icons, with this commit we install
our own files.
Plex-CLA-1.0-signed-off-by: Rasmus Thomsen <cogitri@exherbo.org>
This allows to add Settings to enable / disable systemd settings for LIRC, SAMBA and SSH services.
All of these are disabled by default since LE 8.2 :
- LIRC : kernel should now handle most remotes, just need to enable it if remote is not supported by kernel
- SAMBA and SSH : they are disable by default for security reasons, so we need settings to enable them.
There's no real reason to prefer 25hz over 50hz, or 30hz over 60hz,
ever. One might argue that motion interpolation could benefit from this,
but that's a bit pointless if the refresh rate is an integer multiple of
the video rate. If you really want that, just disable the option.
In some situations it appears that the SDL code causes issues (such as
crashes), even if the user isn't using SDL. This new setting is supposed
to help debugging this. A user can set main.sdlEnabled to "false", and
we won't initialize and use SDL.
If set to true, it aggressively tries to enter or re-enter fullscreen
mode. It's probably too aggressive and obscure as that I'd want it to be
visible by default.
This will probably help with Windows fullscreen&hotplugging problems,
although since they are so hard to reproduce, I didn't get to test it.
It didn't do anything because of a syntax issue. The regexp
was broken - it had valid syntax, but matched for example
"ShiftttttF11", but not "Shift+F11".
Setting it will fullscreen PMP and/or move it to the selected screen.
Also, if the selected screen is not plugged in, plugging it in will move
the PMP window.
This is an alternative to the currently half-working old way of putting
PMP on a specific screen by windowing it, dragging it there, and then
fullscreening again.
Works on Windows, untested everywhere else.