Bug 238033

Summary: Cannot change Kate shortcuts on MS Windows
Product: [Applications] kate Reporter: Petyo Milotinov <pmilotinov>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: andriusmao, kde-windows
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Petyo Milotinov 2010-05-18 12:37:45 UTC
Version:            (using KDE 4.4.1)
OS:                MS Windows
Installed from:    MS Windows

In KDE 4.4.x I'm not able to change shortcuts in Kate:

Settings -> Configure shortcuts

I edit shortcut(s), then

Details -> More actions -> Save as scheme defaults -> OK

I quit Kate and start it again, my shortcuts changes are lost and they are restored to default.
Comment 1 Andrius 2010-05-18 23:34:54 UTC
Can reproduce here.. ( using recent git)

debug output may tell us something ( I was trying to add a shortcut to find-in-files):
[6012] Critical:kate(6012)/kdeui (kdelibs): Could not write to "c:/users/andrius/appdata/roaming/.kde/share/apps/kate/plugins/findinfiles\ui.rc" 
[6012] Critical:kate(6012)/kdeui (kdelibs): Could not write to "c:/users/andrius/appdata/roaming/.kde/share/apps/kate/plugins/katekonsole\ui.rc" 

dir %APPPDATA%\.kde\share\apps\kate\plugins has no files inside


there is %APPDATA%\.kde\share\apps\findinfiles\findinfilesDefaultshortcuts.rc that seems to have the shortcut I've added:
<kpartgui version="1" name="findinfiles">
  <ActionProperties>
    <Action shortcut="Ctrl+Shift+K" name="findinfiles_edit_find_in_files"/>
  </ActionProperties>
</kpartgui>
Comment 2 Andrius 2010-05-18 23:43:47 UTC
p.s.: this does not happen other apps ( tried dolphin )
Comment 3 Petyo Milotinov 2010-07-08 11:57:08 UTC
I've just updated to 4.4.4 and the problem is solved.
Thanks very much!