ssr icon indicating copy to clipboard operation
ssr copied to clipboard

Add new recordings to desktops recent files

Open bertwesarg opened this issue 3 years ago • 1 comments

Thanks for this nice tool, but is it already possible, that new recordings will be added to the DE recent files list? Not sure how to achieve this with Qt, I did that once in Python GTK with:

import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk as gtk
gtk.RecentManager.get_default()

bertwesarg avatar Jul 30 '21 13:07 bertwesarg

I don't think there's a portable way to do this. Unfortunately different toolkits and desktop environments track recently opened files in a completely separate way, there is no standardized place to keep track of recent files.

MaartenBaert avatar Aug 01 '21 20:08 MaartenBaert