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.
Damn cut and paste!
ct = Change time - the last time meta data of the file was changed (e.g.
permissions)
mt = Modify time - the last time the file was modified (content has been
modified)
You probably only need to do the -newermt, but I have seem flaky situations
where it only showed up in Change 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...
> ____________________________________________________
> tde-users mailing list -- users(a)trinitydesktop.org
> To unsubscribe send an email to users-leave(a)trinitydesktop.org
> Web mail archive available at
>