You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and everything works well, except new telegram bots like '@wallet' and other, which are trying to open a new window for their work
then my container crushes with terminal output:
qt.gui.imageio.jpeg: ./lib/jpegli/decode_scan.cc:535: Incomplete scan detected.
qt.gui.imageio.jpeg: ./lib/jpegli/decode_scan.cc:535: Incomplete scan detected.
qt.gui.imageio.jpeg: ./lib/jpegli/decode_scan.cc:535: Incomplete scan detected.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-user'
error: XDG_RUNTIME_DIR is invalid or not set in the environment
Fatal: Failed to open server socket: "6ce7de587ddacca886605fc2d7c74451-TelegramDesktop-webview-291-wayland". XDG_RUNTIME_DIR is: ""
or
qt.gui.imageio.jpeg: ./lib/jpegli/decode_scan.cc:535: Incomplete scan detected.
qt.gui.imageio.jpeg: ./lib/jpegli/decode_scan.cc:535: Incomplete scan detected.
qt.gui.imageio.jpeg: ./lib/jpegli/decode_scan.cc:535: Incomplete scan detected.
[libvpx-vp9 @ 0x7f1100ce9400] v1.13.0
[libvpx-vp9 @ 0x7f1100ce9400] v1.13.0
[libvpx-vp9 @ 0x7f1100ce9800] v1.13.0
[libvpx-vp9 @ 0x7f1100ce9800] v1.13.0
qt.gui.imageio.jpeg: ./lib/jpegli/decode_scan.cc:535: Incomplete scan detected.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-user'
error: XDG_RUNTIME_DIR is invalid or not set in the environment
Fatal: Failed to open server socket: "6ce7de587ddacca886605fc2d7c74451-TelegramDesktop-webview-308-wayland". XDG_RUNTIME_DIR is: ""
depending on which bot im launching
Ubuntu 23.04, xorilog/telegram:latest
The text was updated successfully, but these errors were encountered:
So, with wayland it opens webview windows like wallet bot, but there is another issue with WebKitGTK
and installation of provided packages does not helps.
now there is a telegram warning message: (Telegram:229): GLib-GIO-WARNING **: 22:09:57.515: Your application does not implement g_application_activate() and has no handlers connected to the 'activate' signal. It should do one of these.
I`ve checked it on fedora with native XWayland and its also works like wayland composer on ubuntu, and installing WebKitGTK does not helps. But official Telegram app works with webview apps well, so i can think there is a trouble in your docker telegram version or appimage. Because all window management now works on both OS
UPD:
info from log
docker telegram version 5.0.1, official working app version 5.1.5
I am running with command
and everything works well, except new telegram bots like '@wallet' and other, which are trying to open a new window for their work
then my container crushes with terminal output:
or
depending on which bot im launching
Ubuntu 23.04, xorilog/telegram:latest
The text was updated successfully, but these errors were encountered: