stylix icon indicating copy to clipboard operation
stylix copied to clipboard

doesn't work with latest tinted-theming

Open nazarewk opened this issue 1 year ago • 14 comments

Not sure what is going on here, but seems to be some changed standards and missing coordination between projects?

  • https://github.com/tinted-theming/tinted-foot/issues/8#issuecomment-2371141311

nazarewk avatar Sep 24 '24 12:09 nazarewk

Not sure what is going on here

What exactly is the problem?

It seems that https://github.com/tinted-theming renamed some of their repositories. I will submit a Stylix PR for this.

trueNAHO avatar Sep 24 '24 13:09 trueNAHO

they also:

nazarewk avatar Sep 24 '24 13:09 nazarewk

Until Stylix updates this input, this should not be a problem already, right?

trueNAHO avatar Sep 24 '24 13:09 trueNAHO

@nazarewk, I have not looked into this yet. Could you clarify what exactly is the problem with the current tinted-foot verision?

trueNAHO avatar Sep 24 '24 14:09 trueNAHO

#572 has been merged; has this improved the situation?

danth avatar Sep 24 '24 22:09 danth

#572 didn't change anything, but updating tinted-foot to latest will result in:

trace: Warning (base16.nix): failed to parse YAML file without an IFD.
trace: Warning (base16.nix): A config.yaml does not follow base16 conventions or was incorrectly parsed.
Defaulting to an empty extension.
Please consult https://github.com/SenchoPens/base16.nix/tree/main#%EF%B8%8F-troubleshooting
trace: Warning (base16.nix): failed to parse YAML file without an IFD.
trace: Warning (base16.nix): A config.yaml does not follow base16 conventions or was incorrectly parsed.
Defaulting to an empty extension.
Please consult https://github.com/SenchoPens/base16.nix/tree/main#%EF%B8%8F-troubleshooting
base16-nix-parse-check> Running phase: checkPhase
base16-nix-parse-check> Output of "jd /nix/store/w0j2i02sfmpl19jmnprrd5ll4l068yj0-fromYAML /nix/store/nzxhrh19vbjzsnz1wb896w45y0wfdjnm-parsed-yaml-as-json":
base16-nix-parse-check> @ ["base16","supported-systems"]
base16-nix-parse-check> - ["base16"]
base16-nix-parse-check> + "[base16]"
base16-nix-parse-check> @ ["base24","supported-systems"]
base16-nix-parse-check> - ["base24"]
base16-nix-parse-check> + "[base24]"
base16-nix-parse-check> Error (base16.nix): /nix/store/rqh827dzqi5n11vwfv21gggwaaf24338-source/templates/config.yaml was parsed incorrectly during nix evaluation.
base16-nix-parse-check> Please consult https://github.com/SenchoPens/base16.nix/tree/main#%EF%B8%8F-troubleshooting
home-manager-path> created 4071 symlinks in user environment

In https://github.com/tinted-theming/tinted-foot/issues/8 I tried fixing the first part (parsing) by modifying the yaml file in tinted-foot, but the structure still prevents from successfully building stylix config.

nazarewk avatar Sep 25 '24 07:09 nazarewk

updated stylix today and having the same issue with nord now with kitty and tmux

aacebedo avatar Oct 09 '24 18:10 aacebedo

updated stylix today and having the same issue with nord now with kitty and tmux

Is this caused by https://github.com/danth/stylix/pull/588?

trueNAHO avatar Oct 09 '24 18:10 trueNAHO

updated stylix today and having the same issue with nord now with kitty and tmux

Is this caused by #588?

it seems. I reverted stylix to 63426a59e714c4389c5a8e559dee05a0087a3043 and I can complie

aacebedo avatar Oct 09 '24 18:10 aacebedo

I am already looking into this. I will try to properly resolve this today.

trueNAHO avatar Oct 09 '24 18:10 trueNAHO

Thanks!

aacebedo avatar Oct 09 '24 19:10 aacebedo

I am already looking into this. I will try to properly resolve this today.

Feel free to test https://github.com/danth/stylix/pull/589 and leave a comment on whether it works.

trueNAHO avatar Oct 09 '24 21:10 trueNAHO

Hello, I have the same issue even on https://github.com/danth/stylix/commit/63426a59e714c4389c5a8e559dee05a0087a3043 However this is my first time using nixos, I might have done something wrong. This is how I declare it in flake.nix stylix.url = "github:danth/stylix?rev=63426a59e714c4389c5a8e559dee05a0087a3043"; And I try to use it simply by setting enable to true and give it an image

noahfraiture avatar Oct 11 '24 10:10 noahfraiture

I am already looking into this. I will try to properly resolve this today.

Feel free to test #589 and leave a comment on whether it works.

I confirm it works

aacebedo avatar Oct 11 '24 10:10 aacebedo