mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Add support for webkit2gtk-5.0 and webkit2gtk-4.1
This commit is contained in:
@@ -2016,7 +2016,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||||||
"lng_payments_webview_no_card" = "Unfortunately, you can't add a new card with current system configuration.";
|
"lng_payments_webview_no_card" = "Unfortunately, you can't add a new card with current system configuration.";
|
||||||
"lng_payments_webview_no_use" = "Unfortunately, you can't use payments with current system configuration.";
|
"lng_payments_webview_no_use" = "Unfortunately, you can't use payments with current system configuration.";
|
||||||
"lng_payments_webview_install_edge" = "Please install {link}.";
|
"lng_payments_webview_install_edge" = "Please install {link}.";
|
||||||
"lng_payments_webview_install_webkit" = "Please install WebKitGTK 4 (webkit2gtk-4.0) using your package manager.";
|
"lng_payments_webview_install_webkit" = "Please install WebKitGTK (webkit2gtk-5.0/webkit2gtk-4.1/webkit2gtk-4.0) using your package manager.";
|
||||||
"lng_payments_webview_switch_mutter" = "Qt's window embedding doesn't work well with Mutter window manager. Please switch to another window manager or desktop environment.";
|
"lng_payments_webview_switch_mutter" = "Qt's window embedding doesn't work well with Mutter window manager. Please switch to another window manager or desktop environment.";
|
||||||
"lng_payments_webview_switch_wayland" = "There is no way to embed WebView window on Wayland. Please switch to X11.";
|
"lng_payments_webview_switch_wayland" = "There is no way to embed WebView window on Wayland. Please switch to X11.";
|
||||||
"lng_payments_sure_close" = "Are you sure you want to close this payment form? The changes you made will be lost.";
|
"lng_payments_sure_close" = "Are you sure you want to close this payment form? The changes you made will be lost.";
|
||||||
|
@@ -46,7 +46,7 @@ RUN ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
|
|||||||
RUN rm $CMAKE_FILE
|
RUN rm $CMAKE_FILE
|
||||||
|
|
||||||
FROM builder AS patches
|
FROM builder AS patches
|
||||||
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 19e5e028c7
|
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout b6c29e99da
|
||||||
|
|
||||||
FROM builder AS extra-cmake-modules
|
FROM builder AS extra-cmake-modules
|
||||||
|
|
||||||
|
Submodule Telegram/lib_webview updated: 754657aede...8be9c0ff27
2
cmake
2
cmake
Submodule cmake updated: fdd7abd266...c2b070275e
Reference in New Issue
Block a user