Zoom Linux 7.0.5 on Kubuntu 24.04: chat file downloads always fail, but preview and web download work | Community
Skip to main content
Explorer
June 6, 2026
Question

Zoom Linux 7.0.5 on Kubuntu 24.04: chat file downloads always fail, but preview and web download work

  • June 6, 2026
  • 3 replies
  • 148 views

Hello,

I am experiencing a reproducible issue with the Zoom desktop client on Linux.

Environment:

  • OS: Kubuntu 24.04

  • Desktop: KDE Plasma

  • Session type: X11

  • Zoom client: 7.0.5 (3034)

  • Package type: official .deb, not Snap

  • Install path: /opt/zoom

  • GPU: Intel integrated graphics + NVIDIA GeForce RTX 4050 Laptop GPU

  • xdg-desktop-portal: installed, KDE and GTK portals detected

Problem:

When I try to download files from Zoom chat in the desktop client, the download always fails. Zoom opens the file save dialog, I choose a destination such as ~/Downloads, /tmp, or another folder, but Zoom immediately shows Failed.

The same files can be downloaded successfully from the Zoom web version. File previews inside the desktop client also work, so the file is accessible and the network side seems to be fine. The problem appears to be specific to saving/downloading files from the Linux desktop client.

What I tested:

  1. Verified write permissions:

touch ~/Downloads/test.txt && rm ~/Downloads/test.txt && echo "Downloads OK"

Result:

Downloads OK

So the target directory is writable.

  1. Tried saving to different locations:

  • ~/Downloads

  • /tmp

  • other folders

Result: always Failed.

  1. Tried with and without GTK/KDE portal behavior:

GTK_USE_PORTAL=0 zoom
QT_QPA_PLATFORMTHEME=gtk3 zoom

Result: still Failed.

  1. Reset Zoom profile completely:

pkill zoom
mv ~/.zoom ~/.zoom.broken
mv ~/.config/zoomus.conf ~/.config/zoomus.conf.broken

After launching Zoom again, it started with a clean profile and printed:

Can't load/home/reallyfire/.config/zoomus.conf
Linux Client Version is 7.0.5 (3034)
XDG_CURRENT_DESKTOP = KDE; DESKTOP_SESSION = plasma; XDG_SESSION_TYPE = x11
Zoom package arch is 64bit, runing OS arch is x86_64, snap package 0

Result: the download problem still happens on the clean profile.

  1. Before resetting the profile, Zoom logs repeatedly showed SQLCipher errors:

ERROR CORE sqlcipher_page_cipher: hmac check failed for pgno=1
ERROR CORE sqlite3Codec: error decrypting page 1 data: 1
ERROR CORE sqlcipher_codec_ctx_set_error 1

After resetting the profile, these SQLCipher errors disappeared, but the file download issue remained. So the corrupted local database was not the root cause of the download failure.

  1. I ran strace while reproducing the issue:

strace -f -e trace=openat,creat,rename -s 300 -o /tmp/zoom-download.strace zoom

After selecting ~/Downloads in the save dialog, the trace shows Zoom opening the directory:

openat(AT_FDCWD, "/home/reallyfire/Downloads", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = ...

But there is no corresponding call like:

openat(... "/home/reallyfire/Downloads/<filename>", O_CREAT ...)

This suggests that Zoom never actually attempts to create the destination file. The failure seems to happen before the file write starts.

  1. The Zoom terminal log also shows repeated messages like:

Error: Send error, 22 Invalid argument

but no clear file download error.

Expected behavior:

When I choose a destination in the save dialog, Zoom should download and save the file.

Actual behavior:

Zoom immediately reports Failed. No file is created in the target directory.

Important detail:

The same files downloads successfully from the Zoom web client, and file preview works in the desktop client. Only saving/downloading from the Linux desktop client fails.

Could this be a regression in Zoom Linux 7.0.5, possibly related to the chat file download flow or the KDE/X11 file dialog integration?

Please let me know if there are additional debug logs I can provide.

    3 replies

    Newcomer
    June 15, 2026

    I am experiencing the same failure on Ubuntu 25.10 w/ KDE and Ubuntu 26.04 w/ KDE on Zoom Version 7.0.5 (3034). Zoom also installed via the .deb package.
    I have not found a workaround for the Zoom desktop application.

    Employee
    June 16, 2026

    Hi ​@reallyfire ​@icubbon 
    Thank you for your feedback! We have identified the bug and are pleased to let you know that it will be fixed in our next release, version 7.1.0, which is currently scheduled for next Monday.

    Please don’t hesitate to reach out if you have any further concerns — we’re always happy to help!

    Employee
    June 16, 2026

    Here’s a workaround: download the file through the Search app.

    1. Click Search at the top.
    2. Search for the file you want to download.
    3. Click Download.
    Explorer
    June 16, 2026

    Thank you! It works for me!

    New Member
    June 16, 2026

    Thanks for such a thorough breakdown —I'm seeing the exact same issue on Kubuntu 24.04 with Zoom 7.0.5. Tried everything you mentioned (clean profile, different folders, portal env vars) and still getting "Failed" every time. Web and preview work fine, so it's definitely a client bug. Have you tried the Flatpak version as a potential workaround? Really hope the Zoom team picks this up soon.