From 76cb913be7868fd67fa0aab0f766ed46554dd475 Mon Sep 17 00:00:00 2001 From: Blakyrin <111029746+Blakyrin@users.noreply.github.com> Date: Sun, 11 Aug 2024 18:21:43 +0000 Subject: [PATCH] Revert "Improve UX for COSMIC" This reverts commit 239420148a583c45d9df08de27be75cc537dc62b. Please Stop Theming My App should be focused on distros or packagers theming the apps, shipping them broken, it's not user's fault as they don't know what is going on. popOS is one of the most used distros, and most of their users are new users that saw them in YouTube, please don't break their experience. --- cartridges/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cartridges/main.py b/cartridges/main.py index fac4549..4775397 100644 --- a/cartridges/main.py +++ b/cartridges/main.py @@ -107,10 +107,6 @@ class CartridgesApplication(Adw.Application): def do_activate(self) -> None: # pylint: disable=arguments-differ """Called on app creation""" - if os.getenv("XDG_CURRENT_DESKOP") == "COSMIC": - Gio.AppInfo.launch_default_for_uri("https://stopthemingmy.app") - self.quit() - try: setup_logging() except ValueError: