largestgithubuseronearth / addwater

Installer for the Firefox GNOME theme
GNU General Public License v3.0
33 stars 2 forks source link

Overwrites customizations that are allready there #20

Closed jonathan-dd closed 1 month ago

jonathan-dd commented 1 month ago

Describe the bug I have a few customizations for firefox that I want to keep even with addwater (They make an extension look like libadwaita) and when I change something in addwater and apply the changes everything is gone.

To Reproduce Steps to reproduce the behavior:

  1. change userChrome.css
  2. Apply any changes in AddWater
  3. Restart Firefox

Expected behavior I would Think that it would just prepend the "@import ..." instead of overwriting the whole file.

Technical Details (please complete the following information):

Solution proposal Check userChrome.css for import and if it is already there keep userChrome.css unchanged. If not prepend the import clause.

largestgithubuseronearth commented 1 month ago

Pushing a fix right now. Sorry for the trouble.

largestgithubuseronearth commented 1 month ago

You should see this fix come to Flathub in the next few hours (v1.1.3).

Let me know if the issue persists after the update or any new issues arise.

Thank you for your patience.

jonathan-dd commented 1 month ago

Thank you for fixing it so quickly 😃