Rapid photo downloader access to /media directories

Ubuntu Support Template

Ubuntu Version:Ubuntu Studio 26.04

Desktop Environment (if applicable)
KDE Plasma

Problem Description:

Trying to import photos from /media directories into Rapid Photo Downloader

Steps:

Attach external drive
Open Rapid Photo Downloader
Search for external drive as source of photos

Media directories are not visible as sources of photos

Relevant System Information:
Ubuntu Studio 26.04 default install

What I’ve Tried:

I tried using the “Download photos using Rapid Photo Downloader” from the options under “Disk & Devices”

According to the manual page of rapid-photo-downloader (RPD) it’s trying to detect and talk directly to photo devices, whereas /media is just a filesystem path where such devices’ photo storage can be mounted for you to browse and copy etc.

They should be under “this computer”; you may need to actually mount them first, though, by clicking on the device in the file manager or in the dock. Or just direct RPD to your device and let it do its magic.

From Ubuntu 26.04, external drives are mounted at /run/media:

2 Likes

Why, yes, I keep forgetting. That’s a bit of a curve ball for users, though. Perhaps one should just make /media a symbolic link to /run/media then:

sudo rmdir /media && sudo ln -s /run/media /media

I think that’s just an oversight and should have been part of that migration.

2 Likes

I have just reported this as a bug:

@ncldjr2, if the above command line does fix your issue, please consider adding yourself to the affected users list.

1 Like