Open Svenum opened 11 months ago
Hm, that's weird, I can't reproduce this on my system?
❯ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.1.61, NixOS, 23.11 (Tapir), 23.11.20231104.85f1ba3`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.17.1`
- channels(root): `""`
- channels(mikael): `""`
- nixpkgs: `/nix/store/kcmipm57ph9bpzz8bs80iiijiwbyzwy3-source`
Thats weird, I have three system and on all three is the same behaviour. Do you install Konsole manualy or via enabling the plasma desktop?
The test I did was with a nix shell but I also have plasma enabled. My systems is newer than the one you listed in the issue, maybe that solves it somehow? 🤔
I will update and test again
Three times for me: https://github.com/NixOS/nixpkgs/issues/267687
I have updated my Flake to newest version and issue still exist.
❯ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.6.0, NixOS, 23.11 (Tapir), 23.11.20231104.85f1ba3`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.17.1`
- channels(root): `"nixos-23.05"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
As a heads up:
Adding themes via the in-build "Get new" feature does not result in duplicates.
I use unstable NixOS. This is in my flake.nix in the inputs:
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
So, this is theoretically something that we want to be fixed before the release of 23.11, correct?
As another heads up:
When you move at a theme, apply the theme and then move to the duplicate, the "Apply" button stays grayed out.
So the system thinks, the theme is really identical. I don't know if it checked the actual values of the colors, or simply the name of the theme.
It could be helpful, I guess.
I also have this issue
> nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.6.43, NixOS, 24.11 (Vicuna), 24.11.20240728.52ec9ac`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.18.5`
- channels(root): `"home-manager-24.05.tar.gz, nixos-24.05"`
- nixpkgs: `/nix/store/bcghcr9qwqmanpds017w75mcqda4fgab-source`
Describe the bug
Every colorscheme and profile in the package directory "pkgs.libsForQt5.ksonole/share/konsole/" is shown twice in konsole.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should every colorscheme only once.
Screenshots
Additional context
I think it is because it found the profile/colorsheme in "/nix/store/.../share/konsole/" and in "/run/current-system/sw/share/konsole/.
Notify maintainers
@ttuegel
Metadata