From 4fc8defb3e40de18c8ae5dcf17e51ebc97a32ea7 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sat, 24 Feb 2024 22:20:47 +0300 Subject: [PATCH] troubleshoot json --- data/config/troubleshoot.json | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/data/config/troubleshoot.json b/data/config/troubleshoot.json index e47fdbc..ec258f0 100644 --- a/data/config/troubleshoot.json +++ b/data/config/troubleshoot.json @@ -2,19 +2,11 @@ "troubleshoot": [ { "id": 0, - "title": "update-pikaos-title", - "subtitle": "update-pikaos-subtitle", - "icon": "pika-system-software-update", - "button": "update-pikaos-button-label", - "command": "echo update" - }, - { - "id": 1, - "title": "install-media-codec-title", - "subtitle": "install-media-codec-subtitle", - "icon": "pika-media-tape", - "button": "install-media-codec-button-label", - "command": "echo codec" + "title": "open-pika-wiki-title", + "subtitle": "open-pika-wiki-title-subtitle", + "icon": "pika-emblem-important", + "button": "launch-label", + "command": "zenity --error --text 'Coming Soon :('" } ] } \ No newline at end of file