Gnome Weather Remove Recent Places
I was looking to delete the default and "Recent Places" within weather since I moved countries and whenever I call up Weather, it shows the old location, which I do not care about anymore. Since the GUI is not providing me the ability to do so, I was looking for files using Terminal.
Using find ~ -mmin 1
after opening and closing the application, reveals, among others, some cache files, but deleting all found files does not delete the recent items.
Any idea where this is stored?