How to change the default sort order in Kate (KDE) file dialogs

published May 09, 2013 04:40   by admin ( last modified May 09, 2013 04:36 )

On Ubuntu 13.04 (at least), edit the file:

~/.kde/share/config/kdeglobals

It is a configuration file in the Windows INI style format. Locate the section called

[KFileDialog Settings]

Change the settings:

Sort by=Date
Sort reversed=true

into:

Sort by=Name
Sort reversed=false

Furthermore, changing

View Style=Simple

into

View Style=Detail

will make it easy to change the sort order on the fly.

The changes will not be immediately picked up by Kate. I did not need to restart the computer or even logout from my Ubuntu Unity session, but logout is probably the way to go if the changes do not take effect after a while.