gummi icon indicating copy to clipboard operation
gummi copied to clipboard

Incomplete filename saved to OS's "Recent Files"

Open emo916math opened this issue 8 years ago • 2 comments

Create a blank file and save it, typing a filename like "a". Gummi adds the appropriate extension, and a file "a.tex" is created on disk. However, in the operating system's list of "Recent Files"/"Recent Documents", "a.tex" does not appear, but only "a", which is a nonexistent file.

I'm running Gummi 0.6.5 on Linux Mint 17.3.

emo916math avatar May 04 '17 13:05 emo916math

Very annoying issue. I briefly looked into how other GTK projects that write files with specific extensions handle this. They either a) don't, b) auto-fill in a document name including extension c) apply some hack using GtkRecentManager. For now I have only added a patch with solution b, but I consider this a partial fix. Will revisit this later!

alexandervdm avatar Nov 10 '19 12:11 alexandervdm

Thanks!

On Sun, Nov 10, 2019 at 7:54 AM Alexander van der Meij < [email protected]> wrote:

Very annoying issue. I briefly looked into how other GTK projects that write files with specific extensions handle this. They either a) don't, b) auto-fill in a document name including extension c) apply some hack using GtkRecentManager. For now I have only added a patch with solution b, but I consider this a partial fix. Will revisit this later!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alexandervdm/gummi/issues/66?email_source=notifications&email_token=AGH2PS5R5BU42EHEN3DEEVDQTAAANA5CNFSM4DKCZHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDU4RAY#issuecomment-552192131, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGH2PS4DKHTBFCEZHWKAWEDQTAAANANCNFSM4DKCZHMA .

emo916math avatar Nov 12 '19 16:11 emo916math