Bug 238033 - Cannot change Kate shortcuts on MS Windows
Summary: Cannot change Kate shortcuts on MS Windows
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 12:37 UTC by Petyo Milotinov
Modified: 2010-07-08 11:57 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!