On Monday 15 June 2020 04:05:38 am relosrl wrote:
Il 12/06/2020 18:14, Michele Calgaro via trinity-users ha scritto:
Can you tell me what the KDE appearance configuration files are? I'd try renaming them to see if it depends on some changes.
Many of the config files are in ~/.trinity/share/config .
This should help you find what’s been changed recently:
# cd
1 day ago # find .trinity -type f -mtime -1 -exec ls -al {} ; # find .trinity -newermt $(date +%Y-%m-%d -d '1 day ago') -type f -iname "*rc"
1 min ago # find .trinity -type f -mmin -1 -exec ls -al {} ;
There’s also a older than, but less than date method, but you’ll need to search for it (not in my notes).
Best, Michael
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting