Daniel Thwaites
Daniel Thwaites
> Nevertheless, I look at that code and that seems to indeed account for this issue, so I'm not sure why it happens. AFAIK that code only takes effect when...
The wallpaper is changed by running `plasma-apply-wallpaperimage` [here](https://github.com/danth/stylix/blob/3a4101c4f4abee41859c0cb98f6250f04c80d0f6/modules/kde/hm.nix#L256-L261) - I would expect that to do the same thing as changing the wallpaper through the settings menu. If not, then including...
> the respective config entry in about:config was not enabled by default on my setup We do try to enable the setting automatically when it's needed: https://github.com/nix-community/stylix/blob/09022804b2bcd217f3a41a644d26b23d30375d12/modules/firefox/each-config.nix#L59-L62 Note that this...
> We are intentionally following Home Manager's `programs.${firefox}.profiles.${profile}.extensions.force` behavior Home Manager should produce an error when `force` is required: https://github.com/nix-community/home-manager/blob/c7f4214faca2f196c551b767c12a70bfa0614510/modules/programs/firefox/mkFirefoxModule.nix#L823-L830
Can confirm this issue. It looks like [the code for mail transfer](https://github.com/Creators-of-Create/Create/blob/6560a3e52f812b6742b77486e4d5ce0e6a933a2d/src/main/java/com/simibubi/create/content/trains/station/GlobalStation.java#L221) doesn't check this setting at all.
> I am unsure what the exact reason for the issue is. `gtksourceview` is a multiple output derivation. You can get into a situation where one of the outputs has...
Some related issues: https://github.com/NixOS/nix/issues/639 https://github.com/NixOS/nixpkgs/issues/9504
True, although it would need to provide access to more than one output file type, so we'd have to do that in a way which doesn't break existing usage of...
> This also happens in Xournal++ (which is also a GTK app) I had originally thought it might be specific to Electron but this suggests that's not the case. If...
See also https://github.com/nix-community/stylix/issues/591#issuecomment-3049097223, this may actually be an issue in Stylix