Blog/content/posts/2024/telegram/webview-crash.md

21 lines
616 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "🐛 Исправление ошибки Webview Crash в Telegram Desktop"
date: 2024-11-22T00:17:14+03:00
draft: false
tags: [qt, telegram, tips]
---
У меня в Ubuntu 24.04 случился баг, когда при открытии Mini Apps в Telegram,
я получал ошибку **WebView Crash**.
![](https://cdn.a2s.su/blog/2024/telegram/web-view-error.png)
в [Issues на GitHub](https://github.com/telegramdesktop/tdesktop/issues/27363)
быстро нашёл решение.
```sh
env QT_QPA_PLATFORM=xcb telegram-desktop
```
![](https://cdn.a2s.su/blog/2024/telegram/fix.png)