On Friday 11 June 2021 02:12:48 pm dep wrote:
Nor is there any place I can find a simple file that contains all the entries in one's KMenu, such that one might rearrange them by hand. It is surely stored someplace, but I cannot find it. It ought to be able to be opened in a spreadsheet such that the order could be altered with a click.
Okay, this will suck...
- Open a command prompt - Do nothing for more than 1 minute... - Edit something in KMenu - Then run these two commands
# find / -newerct $(date +%Y-%m-%d -d '1 min ago') -type f # find / -newermt $(date +%Y-%m-%d -d '1 min ago') -type f
The first does "Change" time, the second does "Create" time.
And you *should*! be able to find where KMenu stores it changes in...
Best, Michael
PS: You didn't do the 'cd' the last time I wrote something like this, so it didn't work...