From f6421095e76705e082a34c7a5e0e8aa45e293b2e Mon Sep 17 00:00:00 2001 From: dominichayes Date: Fri, 12 Dec 2025 17:09:10 +0100 Subject: [PATCH] Revert: Improve UX for COSMIC (#409) COSMIC has been released. Per https://codeberg.org/kramo/cartridges/pulls/373#issuecomment-7674049 this removes the protest code. Nothing more, nothing less here - just saving kramo some time by making the commit ahead of time. Reviewed-on: https://codeberg.org/kramo/cartridges/pulls/409 Co-authored-by: dominichayes Co-committed-by: dominichayes --- cartridges/main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cartridges/main.py b/cartridges/main.py index e23e193..b089180 100644 --- a/cartridges/main.py +++ b/cartridges/main.py @@ -19,7 +19,6 @@ import json import lzma -import os import shlex import sys from time import time @@ -94,11 +93,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: