Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/mos-panel-desktop/src/commit/9eb5dda88dde61292f5d9c39cc59735cef775ce3/kometa-std-desktop/PlasmaFavorites.filetrigger You should set ROOT_URL correctly, otherwise the web may not work correctly.
Для интерактивных панелей
 
 
 
mos-panel-desktop/kometa-std-desktop/PlasmaFavorites.filetrigger

5 lines
307 B

#!/bin/sh
f=/usr/share/kf5/plasma/plasmoids/org.kde.plasma.kicker/contents/config/main.xml
if ! grep -q "$f"; then exit 0; fi
orig_line="$(xml_grep --cond "[@name='favoriteApps']" "$f" | grep -oPm1 "(?<=<default>)[^<]+")"
sed -i'.rpmsave' -e "s@${orig_line}@org.kde.dolphin.desktop,chromium.desktop@g" "$f"