diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index b99100dce..87c561d66 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -733,6 +733,7 @@ bool OpenSystemSettings(SystemSettingsType type) { if (type == Type::Unity) { add("unity-control-center", "sound"); } else if (type == Type::KDE) { + add("kcmshell6", "kcm_pulseaudio"); add("kcmshell5", "kcm_pulseaudio"); add("kcmshell4", "phonon"); } else if (type == Type::Gnome) {