Cinnamon: Difference between revisions

Abmurrow (talk | contribs)
m Added a section about activating the online accounts feature
Added Troubleshooting header and the first issue about how to fix scrolling with touchpad on X11
 
Line 20: Line 20:
services.gnome.gnome-online-accounts.enable = true;
services.gnome.gnome-online-accounts.enable = true;
</syntaxhighlight>
</syntaxhighlight>
== Troubleshooting ==
=== Fix scrolling with a touchpad on Firefox-based browsers ===
This issue can be fixed by adding an environment variable to your session. Insert this in to your configuration.
{{File|3=environment.sessionVariables = {
  MOZ_USE_XINPUT2=1; # Fix Firefox-based browsers scroll on X11.
};|name=configuration.nix|lang=nix}}
After logging out and logging back in this issue shall be resolved.
[[Category:Desktop environment]]
[[Category:Desktop environment]]