Shortcuts bugs
Closed, ResolvedPublic

Description

https://bugs.kde.org/show_bug.cgi?id=361578 Settings and Window menu absent from keyboard shortcut list
https://bugs.kde.org/show_bug.cgi?id=362341 Custom shortcuts go away is scheme is edited a second time
https://bugs.kde.org/show_bug.cgi?id=361971 Canvas Input Settings reset to default on restart

dkazakov created this task.May 3 2016, 12:57 PM
Restricted Application added a subscriber: woltherav. · View Herald TranscriptMay 3 2016, 12:57 PM
abrahams claimed this task.May 3 2016, 2:16 PM
abrahams removed abrahams as the assignee of this task.EditedMay 5 2016, 6:17 AM

Bug 361578 is fixed by rKRITA37389d5353ec
Bug 362341 is fixed by rKRITA932bcb70669e

Bug 361971 has something to do with KoResourcePaths, I feel like someone familiar with that code could fix it really quickly.


In kis_input_profile_manager.cpp line 246:

// we have one or more entries for this profile name. We'll take the last,
// because that's the most local one.
ProfileEntry entry = profileEntries[profileName].first();

So this assumption no longer holds in Krita 3.0, in fact we keep reloading the builtin profile from ~/share/ instead of the intended profile in ~/.local/. The 1/10 randomness is because the entries may arrive in a different order so that occasionally the first entry is in ~/.local/.

abrahams added a subscriber: rempt.May 5 2016, 6:17 AM
rempt claimed this task.May 5 2016, 6:40 AM

Okay, that should be me then.