-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Is your feature request related to a problem? Please describe.
When using outside during a sunny day, dark theme make the application very difficulte to read.
Describe the solution you'd like
Need a light theme in flatpak container. It Could be QT Fusion theme
Describe alternatives you've considered
When runing directly from python, it is possible to configure System theme from preferences window :
But when using flatpak build, the Fusion theme is not installed in the container and there is no other theme usable :
(Sorry, I fogot that I have done a POC by adding some code to have system style in preferences window)
When runing directly from python, it is possible to configure System theme in lisp.json file :
"theme": {
"theme": "Fusion",
"icons": "Numix"
}
But when using flatpak build, the Fusion theme is not installed in the container and there is seems that there is no other theme usable
Systèmes :
- Ubuntu 24.04 (amd64) sous Gnome
- flatpak org.linuxshowplayer.LinuxShowPlayer 0.6.5
- python launch from master branch, tag v0.6.5
- Xubuntu 24.04 (amd64) sous XFCE
- flatpak org.linuxshowplayer.LinuxShowPlayer 0.6.5