From fd2db110eba795e3a9333967eb78c351078a49ad Mon Sep 17 00:00:00 2001 From: Ketok Date: Tue, 16 Jan 2024 17:20:32 +0100 Subject: [PATCH] Finally a proper solution --- src/main.py | 2 +- src/speedtest.gresource.xml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main.py b/src/main.py index 30c78d5..99a9932 100644 --- a/src/main.py +++ b/src/main.py @@ -17,7 +17,7 @@ class SpeedtestApplication(Adw.Application): def __init__(self): - super().__init__(application_id=APP_ID, flags=Gio.ApplicationFlags.DEFAULT_FLAGS) + super().__init__(application_id=APP_ID, resource_base_path="/xyz/ketok/Speedtest", flags=Gio.ApplicationFlags.DEFAULT_FLAGS) self.win = None self.settings = Gio.Settings("xyz.ketok.Speedtest") diff --git a/src/speedtest.gresource.xml b/src/speedtest.gresource.xml index 7ad393b..7ddb294 100644 --- a/src/speedtest.gresource.xml +++ b/src/speedtest.gresource.xml @@ -10,8 +10,4 @@ ui/views/test.ui ui/views/offline.ui - - - ui/style.css -