We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b09100 commit b007eb5Copy full SHA for b007eb5
1 file changed
usr/share/bigbashview/bcc/apps/biglinux-browser-selector/run-browser.run
@@ -21,16 +21,7 @@ xdg-settings set default-web-browser $BROWSER
21
#CLASSIC DESKTOP
22
sed -i "s|$DEFAULTWEB|$BROWSER|" ~/.config/plasma-org.kde.plasma.desktop-appletsrc
23
24
-#new, kunity and next-g
25
-#não precisa mudar nada
26
-#reiniciar o plasmashell
27
-
28
-if [ "$(ps -e | grep latte-dock)" != "" ]; then
29
-systemctl --user restart lattedock
30
-else
31
-killall plasmashell
32
#systemctl --user restart plasma-plasmashell
33
-fi
34
35
#caixa de dialogo
36
# kdialog --attach="$windowID" --title $"Navegador Padrão" \
0 commit comments