fix(yandex-browser): bind window to visible launcher

This commit is contained in:
Александр
2026-07-25 00:55:17 +10:00
parent f405ae2bcf
commit 1801be3549
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ grep -Fq 'compatibility_desktop=' "$recipe"
grep -Fq 'canonical_desktop=' "$recipe"
grep -Fq "sed -i '/^NoDisplay=true\$/d'" "$recipe"
grep -Fq "sed -i '/^\\[Desktop Entry\\]\$/a NoDisplay=true'" "$recipe"
grep -Fq 'StartupWMClass=Yandex-browser' "$recipe"
grep -Fq 'update_codecs' "$postinstall"
if grep -Eq '/etc/(cron|xdg/autostart)' "$recipe"; then