Skip to content

Commit b4d6893

Browse files
fix autoupdate
1 parent f255871 commit b4d6893

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

usr/share/bigbashview/bcc/apps/biglinux-browser-selector/run-browser.run

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ sed -i "s|$DEFAULTWEB|$BROWSER|" ~/.config/plasma-org.kde.plasma.desktop-applets
2626
#caixa de dialogo
2727
# kdialog --attach="$windowID" --title $"Navegador Padrão" \
2828
# --msgbox $"O navegador $BROWSER foi definido como padrão com sucesso!"
29-
xdotool key F5
29+
# xdotool key F5
30+
ydotool key 63:1 63:0
31+
sleep 5
32+
ydotool key 63:1 63:0
3033
exit
3134

3235

0 commit comments

Comments
 (0)