-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
It would be nice if recently exported images showed up in the 'recent' files list on Linux Gnome and KDE systems, both of which follow the specification linked below.
darktable would update the $HOME/.local/share/recently-used.xbel file when files are exported to make the GUI aware of recently created images for use in subsequent uploads/sharing scenarios.
The specification is here: Free Desktop Bookmark Specification
This could obviously be made opt-in for the user as well.
Sample included of an image taken by screenshot, then attached to an email:
<bookmark href="file:///home/me/Pictures/gaming/errormessage.png" added="2026-02-12T20:15:33.787693Z" modified="2026-02-12T20:15:56.785833Z" visited="2026-02-12T20:15:33.787693Z">
<info>
<metadata owner="http://freedesktop.org">
<mime:mime-type type="image/png"/>
<bookmark:applications>
<bookmark:application name="xfce4-screenshooter" exec="'xfce4-screenshooter %u'" modified="2026-02-12T20:15:33.787694Z" count="1"/>
<bookmark:application name="Thunderbird" exec="'net.thunderbird.Thunderbird %u'" modified="2026-02-12T20:15:56.785831Z" count="1"/>
</bookmark:applications>
</metadata>
</info>
</bookmark>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels