Fixed GDM installation, reworked label_files.py, fixed theme removing

This commit is contained in:
Vladyslav Hroshev
2025-04-01 13:23:46 +03:00
parent 860cacaa2c
commit e5f8662269
8 changed files with 100 additions and 70 deletions

View File

@@ -33,10 +33,11 @@ def main():
if args.remove or args.reinstall:
installer.remove()
else:
if not args.remove:
installer.install()
if not args.gdm and args.remove == args.reinstall:
if not args.gdm and not args.remove:
apply_gnome_theme()