Please confirm the following points:
Affected Application
projectM Standalone SDL2 Frontend (includes the Steam app)
Affected Version
2.0-linux-pre2
Operating System
Linux (Desktop)
Additional Application Details
https://github.com/kblaschke/frontend-sdl2/releases/download/2.0-linux-pre2/projectMSDL-2.0.0-Linux-x86_64.deb
Type of Defect
Other
Log Output
Describe the Issue
The default configuration file installed with the package and the auto-generated user settings file use different syntax and setting names, for example:
/usr/share/projectMSDL/projectMSDL.properties
window.fullscreen.exclusiveMode = true
window.fullscreen.width = 0
~/.config/projectM/projectMSDL.properties
window.fullscreen.exclusive: true
fullscreen.width: 1220
The setting window.fullscreen.exclusive doesn't even work and needs to be changed to window.fullscreen.exclusiveMode manually.
Folder names are also inconsistent (projectM vs. projectMSDL).
Additionally, the settings dialog in the frontend doesn't reflect the current settings of the default configuration file.
Please confirm the following points:
Affected Application
projectM Standalone SDL2 Frontend (includes the Steam app)
Affected Version
2.0-linux-pre2
Operating System
Linux (Desktop)
Additional Application Details
https://github.com/kblaschke/frontend-sdl2/releases/download/2.0-linux-pre2/projectMSDL-2.0.0-Linux-x86_64.deb
Type of Defect
Other
Log Output
Describe the Issue
The default configuration file installed with the package and the auto-generated user settings file use different syntax and setting names, for example:
/usr/share/projectMSDL/projectMSDL.properties
~/.config/projectM/projectMSDL.properties
The setting
window.fullscreen.exclusivedoesn't even work and needs to be changed towindow.fullscreen.exclusiveModemanually.Folder names are also inconsistent (projectM vs. projectMSDL).
Additionally, the settings dialog in the frontend doesn't reflect the current settings of the default configuration file.