File tree Expand file tree Collapse file tree
biglinux/bigcontrolcenter/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ 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" )
31+ " firewall-config.desktop" " qefientrymanager.desktop" " biglinux-settings.desktop " )
3232
3333# Function to clean menu (hide desktop files)
3434clean_menu () {
Original file line number Diff line number Diff line change @@ -992,6 +992,13 @@ def _get_replacements(self):
992992 "app_icon" : "timeshift" ,
993993 "app_categories" : "Star System" ,
994994 },
995+ {
996+ "app_id" : "biglinux-settings" ,
997+ "app_name" : _ ("Biglinux Settings" ),
998+ "app_description" : _ ("Simplify switching BigLinux operation." ),
999+ "app_icon" : "biglinux-settings" ,
1000+ "app_categories" : "Star System" ,
1001+ },
9951002 {
9961003 "app_id" : "big-themes-gui" ,
9971004 "app_name" : _ ("BigLinux Themes" ),
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ Target = usr/share/applications/org.kde.filelight.desktop
5757Target = usr/share/applications/klassy-settings.desktop
5858Target = usr/share/applications/firewall-config.desktop
5959Target = usr/share/applications/qefientrymanager.desktop
60+ Target = usr/share/applications/biglinux-settings.desktop
6061Target = usr/bin/bigcontrolcenter
6162
6263[Action]
You can’t perform that action at this time.
0 commit comments