edelvarden / material-fox-updated

🦊 Firefox user CSS theme looks similar to Chrome
MIT License
382 stars 14 forks source link

[Bug]: Not loaded on Win 10 126.0 (64-bit) #51

Closed quarkquartet closed 5 months ago

quarkquartet commented 5 months ago

What happened?

Just follow every steps of this installation, and restart firefox and nothing changes.

I tried to enter about:config and customize those new variables defined here and these variables do not exist.

So clearly my firefox is not loading the userChrome.

Steps to reproduce the problem

Download the release. Set those required variables to true. Open about:support and open profile folder. Copy the unzipped file into profile folder. I can clearly see the chrome folder is in the profile folder now. Restart firefox, nothing happens.

Additional info (Optional)

Firefox version: 126.0 (64-bit) Operating system: Win10.

edelvarden commented 5 months ago

I Install clear Firefox 126 on Windows 10 64-bit, and variables are exist, only one variable don't exist layout.css.color-mix.enabled, but it can be added manually. Did you try to create these variables manually? image

quarkquartet commented 5 months ago

image

new variables like userChromexxx are not defined. And as you can see nothing works here. Any hint to debug? (Mac user, not very familar with windows)

edelvarden commented 5 months ago

userChrome.* this is my own created variables, you need manually add them, to just enable this user CSS theme you need set toolkit.legacyUserProfileCustomizations.stylesheets, svg.context-properties.content.enabled and layout.css.color-mix.enabled to true.

Paste variable name and then click plus button image

After that you can see your variable image

quarkquartet commented 5 months ago

set toolkit.legacyUserProfileCustomizations.stylesheets, svg.context-properties.content.enabled and layout.css.color-mix.enabled to true.

I already did this at the very beginning.

edelvarden commented 5 months ago

If variables are true make sure the chrome folder is exist, this is all what you need

image image

quarkquartet commented 5 months ago

image image image image

All are here...That's why I'm confused. I've been using this repo on my mac for a long time and this is the first time for me to set it up on a windows and what a big surprise for me. I really couldn't figure it out....

edelvarden commented 5 months ago

Extract archive from releases https://github.com/edelvarden/material-fox-updated/releases/latest instead of source code

quarkquartet commented 5 months ago

Ahhhh how stupid am I.....sorry for this silly post.

VityaSchel commented 3 months ago

I tried everything but it does not work on macos :( firefox 128.0.3

  1. downloaded release .zip
  2. extracted directory to current profile directory (i tried putting whole chrome folder there and files of chrome in profile directory)
  3. restarted firefox
edelvarden commented 3 months ago

@VityaSchel , can you provide any screenshots or the directory structure?

Firefox 128.0.3 and material fox v1.2.6, works fine. Ensure your paths is correct, please. image

edelvarden commented 3 months ago

@VityaSchel , I think you forgot to set the preferences in about:config to true. Please read the Getting Started section again.