Skip to content

Commit

Permalink
Add EFI Entry Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 17, 2024
1 parent 2ef23f3 commit 0ff8b60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bigcontrolcenter/usr/bin/bigcontrolcenter-clean-menu
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ function sh_config {
"org.kde.ksystemlog.desktop"
"org.kde.filelight.desktop"
"klassy-settings.desktop"
"firewall-config.desktop")
"firewall-config.desktop"
"qefientrymanager.desktop")
}

function sh_fix_permissions {
Expand All @@ -110,7 +111,7 @@ function sh_init {
#criar o diretorio
if [[ ! -d "$bigdir" ]]; then
if ! mkdir -p "$bigdir" 2> /dev/null; then
kdialog --title $"$APP" --error $"Erro na criação do diretório : $bigdir"
kdialog --title $"$APP" --error $"Error creating directory: $bigdir"
exit 1
fi
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# If the first argument is "cache", then cache the json file
if [[ $1 = "cache" ]]; then
python getappinfo.py $(./loop-search.sh | sed -E 's|.*/(.*).desktop|\1|g') android-usb ios-usb network-connect kcm_users timeshift-gtk big-themes-gui > ~/.cache/bigcontrolcenter.json
python getappinfo.py $(./loop-search.sh | sed -E 's|.*/(.*).desktop|\1|g') qefientrymanager android-usb ios-usb network-connect kcm_users timeshift-gtk big-themes-gui > ~/.cache/bigcontrolcenter.json
rm ~/.cache/pre-cache-bigcontrolcenter.json
exit
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
"app_name": _("Scanners HP"),
"app_categories": "Hardware",
},
{
"app_id": "qefientrymanager",
"app_name": _("EFI Entry Manager"),
"app_categories": "System",
},
{
"app_id": "iDevice-Mounter",
"app_name": _("Assemble Apple Hardware"),
Expand Down

0 comments on commit 0ff8b60

Please sign in to comment.