In Siril 1.2.5 for Linux, I switched from the dark to the light theme. I wanted to switch back and the program allowed me to do the switch, I applied the setting but the theme did not switch back. Now, the screen says it’s in dark mode theme but it isn’t. I tried restarting the program, that did not help.
Looks like there is a bug in your Linux theme.
You can remove the Siril config file to restore to original state.
removal of ~/.config/siril/config.ini did not solve the issue. Uninstalling(deleting config data) and Reinstalling siril did not solve the issue.
You say you want logs. Here is mine.
(BTW, given your flatpak install system, the instructions for sending logs are wrong. To get logs, you need to run
flatpak run org.siril.Siril > output.log 2>&1
,
not
siril > output.log 2>&1
)
Anyway, here is my output.log:
Gtk-Message: 17:47:54.002: Failed to load module "appmenu-gtk-module"
Gtk-Message: 17:47:54.026: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:47:54.026: Failed to load module "canberra-gtk-module"
log: Welcome to siril v1.2.5
log: Supported file types: BMP images, PIC images (IRIS), PGM and PPM binary images, RAW images, FITS-CFA images, Films, SER sequences, TIFF images, JPG images, PNG images, HEIF images.
read 117 keys from key file
log: Setting CWD (Current Working Directory) to '/home/scohen/Pictures'
cgroups v2 path: /user.slice/user-1000.slice/user@1000.service/app.slice/app-flatpak-org.siril.Siril-9598.scope
no cgroups cpu bandwidth limitations found
log: Parallel processing enabled: using 22 logical processors.
Successfully loaded '/app/share/siril/siril.css'
Successfully loaded '/app/share/siril/siril3.glade'
HD AutoStretch bitdepth: 20
Loading dark theme...
log: Searching scripts in: "/app/share/siril/scripts"...
log: Loading script: Mono_Preprocessing
log: Loading script: OSC_Extract_Ha
log: Loading script: OSC_Extract_HaOIII
log: Loading script: OSC_Preprocessing
log: Loading script: OSC_Preprocessing_WithDrizzle
log: Loading script: RGB_Composition
scripts: Error opening directory “/home/scohen/home/scohen/.var/app/org.siril.Siril/config/scripts”: No such file or directory
scripts: Error opening directory “/home/scohen/.siril/scripts”: No such file or directory
scripts: Error opening directory “/home/scohen/siril/scripts”: No such file or directory
log: Loading registration method: 1-2-3 Stars Registration (deep-sky)
log: Loading registration method: Global Star Alignment (deep-sky)
log: Loading registration method: Two-Pass Global Star Alignment (deep-sky)
log: Loading registration method: Image Pattern Alignment (planetary - full disk)
log: Loading registration method: KOMBAT (planetary surfaces or full disk)
log: Loading registration method: Comet/Asteroid Registration
log: Loading registration method: Apply Existing Registration
log: Default FITS extension is set to .fit
It thinks it’s in dark mode but it isn’t.
I find it extremely weird that on first installation, siril was running in dark mode, but once I switched to light mode, nothing, not restarting, not uninstalling/reinstalling, not deleting the config file, was able to bring back dark mode.
Those gtk messages in the log look significant. But I don’t know what to do with them.