Skip to content

Commit 3439eae

Browse files
fix grub-restore
1 parent 27a2024 commit 3439eae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils

bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils/app_finder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def _find_static_desktop_files(self):
322322
"/usr/share/kservices5/bigcontrolcenter/cmake-gui.desktop",
323323
"/usr/share/kservices5/bigcontrolcenter/qv4l2.desktop",
324324
"/usr/share/applications/biglinux-noise-reduction-pipewire.desktop",
325-
"/usr/share/applications/biglinux-grub-restore.desktop",
325+
"/usr/share/applications/br.com.biglinux.grub-restore.desktop",
326326
"/usr/share/applications/gsmartcontrol.desktop",
327327
# "/usr/share/applications/org.kde.kdeconnect-settings.desktop",
328328
"/usr/share/applications/org.kde.dolphin.desktop",
@@ -993,7 +993,7 @@ def _get_replacements(self):
993993
"app_categories": "Account",
994994
},
995995
{
996-
"app_id": "biglinux-grub-restore",
996+
"app_id": "br.com.biglinux.grub-restore",
997997
"app_icon": "/usr/share/icons/bigicons-papient/scalable/apps/biglinux-grub-restore.svg",
998998
"app_categories": "Star System",
999999
},

0 commit comments

Comments
 (0)