dgsasha / qualia-gtk-theme

A Yaru and Libadwaita inspired theme for GTK desktops
GNU General Public License v3.0
69 stars 3 forks source link

[BUG] Uninstalling firefox theme also removes theme from `/usr/share` #8

Closed icebarf closed 1 year ago

icebarf commented 1 year ago

Describe the bug Use the provided uninstall script to remove only the firefox theme, it also remove shell themes from /usr/share and thus making it unusable for the whole desktop environment

To Reproduce Steps to reproduce the behavior:

  1. Run the uninstall script as ./uninstall.py firefox

Expected behavior It only removes the theme from firefox.

Screenshots/Log

ice in ~/Git/qualia-gtk-theme on main λ ./uninstall.py firefox
Removing the Firefox theme.

Additional context While the uninstall script removes the firefox theme which is the expected behavior. But it also uninstalls the gnome shell theme. I verified this from Gnome Tweaks application where in Appearance section, the Gnome Shell selection was empty and the list only contained default theme and my own themes. Qualia was removed.

dgsasha commented 1 year ago

Try updating the theme with git pull. I fixed this issue a few days ago. The uninstall script removes empty directories, and there was a bug that made it also remove the GNOME Shell theme.

dgsasha commented 1 year ago

Let me know if this is fixed so I can close it.

icebarf commented 1 year ago

Thanks, it's fixed.