gkarsay / parlatype

GNOME audio player for transcription
https://www.parlatype.xyz
GNU General Public License v3.0
168 stars 20 forks source link

Open new files from the directory last used #43

Closed telemann closed 6 years ago

telemann commented 6 years ago

last.txt

gkarsay commented 6 years ago

Thank you! I like the idea and it works. However, memory profiling tools like Valgrind will probably report a memory leak (gtk_file_chooser_get_current_folder() has to be freed). I will look into that and maybe I will decide for a different implementation of the idea.

telemann commented 6 years ago

I thought there might be a memory leak problem, but I'm not familiar with GTK so I didn't try to deal with it.

It's certainly a useful patch. I'm working on project with about 400 .wav files, and it was getting on my nerves to have to navigate to the folder each time

gkarsay commented 6 years ago

The referenced commit does the same thing, just a different solution. Works also if the last file was opened via command line or drag'n'drop.