protonscr

Cannot add drives

steamopen Window manager
ValveSoftware/steam-for-linux#12605 · opened 2025-12-31 by jordenhutch-hash · updated 2026-01-07 · 2 comments · github
Jjordenhutch-hash 2025-12-31 github

Your system information

  • Steam client version (build number or date):
  • Distribution (e.g. Ubuntu):
  • Opted into Steam client beta?: [Yes/No]
  • Have you checked for system updates?: [Yes/No]
  • Steam Logs: [generate by running this command in a terminal tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs]
  • GPU: Nvidia/Intel/AMD

Please describe your issue in as much detail as possible:

Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist

Steps for reproducing this issue:

  1. Settings
  2. Add drive
  3. "Operation not supported"
Image
Kkisak-valve maintainer 2025-12-31 github

Hello @jordenhutch-hash, Steam calls xdg-desktop-portal to give a user-selected file chooser. The dialog box you're showing is part of that framework, not Steam itself and your issue should be reported to their maintainers. (Maybe xdg-desktop-portal-gnome?)

BBlackCharon142 2026-01-07 github

I also have this problem on Ubuntu 24.04.3 LTS with gnome shell 46.0

There's a workaround using steam console regardless of your operating system, here's a guide for anyone else with this problem

  1. Make sure your user has ownership and permissions to access the folder

    • sudo chown -R $USER:$USER /mnt/mydrive/SteamLibrary
    • sudo chmod -R 775 /mnt/mydrive/SteamLibrary
  2. Open the steam console using this url steam://open/console

  3. Use this command in the steam console to add the directory or drive you want

    • library_folder_add "/mnt/mydrive/SteamLibrary"

The directory or drive should show up in the settings under storage

Nothing extracted yet.