Skip to content

Commit 24731d0

Browse files
committed
Fix kwalletmanager and kdeconnect, add stoken and ffado
1 parent 7a26274 commit 24731d0

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

bigcontrolcenter/usr/bin/bigcontrolcenter-menu-manager

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ MENU_FILES=("biglinux-config.desktop" "big-reset.desktop" "br.com.biglinux.netwo
2828
"kdesettings.desktop" "org.kde.kuserfeedback-console.desktop" "gsmartcontrol.desktop"
2929
"bootsplash-manager.desktop" "gnome-alsamixer.desktop" "appimagelaunchersettings.desktop"
3030
"org.kde.ksystemlog.desktop" "org.kde.filelight.desktop" "klassy-settings.desktop"
31-
"firewall-config.desktop" "qefientrymanager.desktop" "biglinux-settings.desktop")
31+
"firewall-config.desktop" "qefientrymanager.desktop" "biglinux-settings.desktop" "org.ffado.FfadoMixer.desktop"
32+
"stoken-gui-small.desktop" "stoken-gui.desktop")
3233

3334
# Function to clean menu (hide desktop files)
3435
clean_menu() {

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ def _find_static_desktop_files(self):
334334
"/usr/share/applications/big-kernel-manager.desktop",
335335
"/usr/share/applications/br.com.biglinux.networkinfo.desktop",
336336
"/usr/share/applications/org.kde.kwalletmanager.desktop",
337+
"/usr/share/applications/org.ffado.FfadoMixer.desktop",
338+
"/usr/share/applications/stoken-gui.desktop",
337339
]
338340

339341
# Filter out files that don't exist
@@ -923,13 +925,21 @@ def _get_replacements(self):
923925
),
924926
"app_categories": "Personalization",
925927
},
928+
{
929+
"app_id": "org.ffado.FfadoMixer",
930+
"app_name": _("Manage FireWire Audio Interfaces - FfadoMixer"),
931+
"app_description": _(
932+
"Control Panel for your FireWire Audio Interfaces."
933+
),
934+
"app_categories": "Multimedia",
935+
},
926936
{
927937
"app_id": "org.kde.dolphin",
928938
"app_description": _("Access your files and folders."),
929939
"app_categories": "System",
930940
},
931941
{
932-
"app_id": "kcm_kdeconnect",
942+
"app_id": "org.kde.kdeconnect.app.desktop",
933943
"app_description": _(
934944
"This program can transfer files between smartphones, tablets, and other computers. With it, you can, for example, use your smartphone as a wireless mouse and keyboard to control the computer, among other features. It integrates best with BigLinux and sits among the applets located near the system clock. To sync with your smartphone, go to the Google Store or Apple Store and install KDE Connect."
935945
),
@@ -946,7 +956,7 @@ def _get_replacements(self):
946956
"app_exec": "kwalletmanager5",
947957
"app_description": _("Tool for managing KDE wallets"),
948958
"app_icon": "kwalletmanager",
949-
"app_categories": "Qt;KDE;System;Security;",
959+
"app_categories": "Account",
950960
},
951961
{
952962
"app_id": "org.manjaro.pamac.manager",
@@ -1039,4 +1049,8 @@ def _get_replacements(self):
10391049
"app_id": "kcm_kwin_virtualdesktops",
10401050
"app_categories": "System",
10411051
},
1052+
{
1053+
"app_id": "stoken-gui",
1054+
"app_categories": "Hardware",
1055+
},
10421056
]

0 commit comments

Comments
 (0)