From a178a2e1310776899b1a9be9667065f52e4d53e0 Mon Sep 17 00:00:00 2001 From: WRV Date: Wed, 31 Dec 2025 09:59:25 +0700 Subject: [PATCH 1/6] Add Glance metadata --- data/glance.appimage.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/glance.appimage.yml diff --git a/data/glance.appimage.yml b/data/glance.appimage.yml new file mode 100644 index 0000000000..04b93f568a --- /dev/null +++ b/data/glance.appimage.yml @@ -0,0 +1,15 @@ +name: Glance +description: "A beautiful, modern Linux system optimizer" +categories: + - System + - Utility +license: GPL-3.0 +author: WRVbit +links: + type: github + github: WRVbit/glance +screenshots: + - https://github.com/WRVbit/glance/raw/master/assets/screenshots/screenshot-10.png + - https://github.com/WRVbit/glance/raw/master/assets/screenshots/screenshot-03.png +icons: + - https://github.com/WRVbit/glance/raw/master/src-tauri/icons/128x128.png From 95ee2c88f4935c5f75ced3c8528517be6546d8b2 Mon Sep 17 00:00:00 2001 From: WRV Date: Wed, 31 Dec 2025 10:01:23 +0700 Subject: [PATCH 2/6] Fix links format --- data/glance.appimage.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/data/glance.appimage.yml b/data/glance.appimage.yml index 04b93f568a..b338583bad 100644 --- a/data/glance.appimage.yml +++ b/data/glance.appimage.yml @@ -1,13 +1,15 @@ name: Glance -description: "A beautiful, modern Linux system optimizer" +description: A beautiful, modern Linux system optimizer categories: - System - Utility license: GPL-3.0 author: WRVbit links: - type: github - github: WRVbit/glance + - type: github + url: WRVbit/glance + - type: download + url: https://github.com/WRVbit/glance/releases screenshots: - https://github.com/WRVbit/glance/raw/master/assets/screenshots/screenshot-10.png - https://github.com/WRVbit/glance/raw/master/assets/screenshots/screenshot-03.png From c3a7c85e4cfc75306114999430962ce7e24cdf20 Mon Sep 17 00:00:00 2001 From: WRV Date: Wed, 31 Dec 2025 10:04:08 +0700 Subject: [PATCH 3/6] Fix screenshot filenames --- data/glance.appimage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/glance.appimage.yml b/data/glance.appimage.yml index b338583bad..18e34dfc34 100644 --- a/data/glance.appimage.yml +++ b/data/glance.appimage.yml @@ -11,7 +11,7 @@ links: - type: download url: https://github.com/WRVbit/glance/releases screenshots: - - https://github.com/WRVbit/glance/raw/master/assets/screenshots/screenshot-10.png - - https://github.com/WRVbit/glance/raw/master/assets/screenshots/screenshot-03.png + - https://github.com/WRVbit/glance/raw/master/assets/screenshots/dashboard.png + - https://github.com/WRVbit/glance/raw/master/assets/screenshots/performance.png icons: - https://github.com/WRVbit/glance/raw/master/src-tauri/icons/128x128.png From ea5522095866564395addc82001789b70941a88e Mon Sep 17 00:00:00 2001 From: WRV Date: Wed, 31 Dec 2025 10:05:26 +0700 Subject: [PATCH 4/6] Final fix: quotes and formatting --- data/glance.appimage.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/glance.appimage.yml b/data/glance.appimage.yml index 18e34dfc34..baaebe92ca 100644 --- a/data/glance.appimage.yml +++ b/data/glance.appimage.yml @@ -1,17 +1,17 @@ name: Glance -description: A beautiful, modern Linux system optimizer +description: "A beautiful, modern Linux system optimizer" categories: - System - Utility -license: GPL-3.0 -author: WRVbit +license: "GPL-3.0" +author: "WRVbit" links: - type: github - url: WRVbit/glance + url: "WRVbit/glance" - type: download - url: https://github.com/WRVbit/glance/releases + url: "https://github.com/WRVbit/glance/releases" screenshots: - - https://github.com/WRVbit/glance/raw/master/assets/screenshots/dashboard.png - - https://github.com/WRVbit/glance/raw/master/assets/screenshots/performance.png + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/dashboard.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/performance.png" icons: - - https://github.com/WRVbit/glance/raw/master/src-tauri/icons/128x128.png + - "https://github.com/WRVbit/glance/raw/master/src-tauri/icons/128x128.png" From 6a7e6841bd115e63b0e2b7cd81423e828d3f14ff Mon Sep 17 00:00:00 2001 From: WRV Date: Wed, 31 Dec 2025 10:07:15 +0700 Subject: [PATCH 5/6] Fix incorrect screenshot links --- data/glance.appimage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/glance.appimage.yml b/data/glance.appimage.yml index baaebe92ca..410092c7f7 100644 --- a/data/glance.appimage.yml +++ b/data/glance.appimage.yml @@ -12,6 +12,7 @@ links: url: "https://github.com/WRVbit/glance/releases" screenshots: - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/dashboard.png" - - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/performance.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/system-monitor.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/system-cleaner.png" icons: - "https://github.com/WRVbit/glance/raw/master/src-tauri/icons/128x128.png" From 67d42a452fbd334122247e57b4e2787ab68d111b Mon Sep 17 00:00:00 2001 From: WRV Date: Wed, 31 Dec 2025 10:19:47 +0700 Subject: [PATCH 6/6] Add ALL screenshots to metadata --- data/glance.appimage.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/glance.appimage.yml b/data/glance.appimage.yml index 410092c7f7..f02695d205 100644 --- a/data/glance.appimage.yml +++ b/data/glance.appimage.yml @@ -14,5 +14,13 @@ screenshots: - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/dashboard.png" - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/system-monitor.png" - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/system-cleaner.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/performance.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/process-manager.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/startup-apps.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/services.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/packages.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/repositories.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/ad-block-dns.png" + - "https://github.com/WRVbit/glance/raw/master/assets/screenshots/about.png" icons: - "https://github.com/WRVbit/glance/raw/master/src-tauri/icons/128x128.png"