diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index c1abe15f24..a0f8a3c819 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -788,7 +788,6 @@ void start() { if (const auto integration = BaseGtkIntegration::Instance()) { integration->load(GtkIntegration::AllowedBackends()); - integration->initializeSettings(); } if (const auto integration = GtkIntegration::Instance()) { diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 9cbba9cacf..ab10d9fbbb 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -29,11 +29,7 @@ ENV LibrariesPath /usr/src/Libraries WORKDIR $LibrariesPath FROM builder AS patches -RUN git clone $GIT/desktop-app/patches.git - -WORKDIR patches -RUN git checkout 87a2e9ee07 -WORKDIR .. +RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 3ffe48e FROM builder AS extra-cmake-modules diff --git a/Telegram/lib_base b/Telegram/lib_base index fc2f6061c6..861642e92a 160000 --- a/Telegram/lib_base +++ b/Telegram/lib_base @@ -1 +1 @@ -Subproject commit fc2f6061c65252f0046d276ac8d591bd9dff3b5a +Subproject commit 861642e92a232aa218b5d39fa9455654636040e2