Summary: | The hot key for Grow Selection is not remembered after restart Krita. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | yustas <igor-leskov1962> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | halla, igor-leskov1962 |
Priority: | NOR | ||
Version: | 2.4 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/32796276b6f036f63f2247eb19e1bf5b643e2f00 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Here is the requested file
and the next one |
Description
yustas
2012-05-23 04:28:06 UTC
Weird, that works fine here. Can you attach the following files: .kde/share/apps/krita/krita.rc and .kde/share/config/kritarc ? Maybe I can discover some issue in there. Did you compile yourself? O.k., but I can do that at the next week. Sorry for my English. Created attachment 71436 [details]
Here is the requested file
Created attachment 71437 [details]
and the next one
Got it... krita(27792)/kdeui (kdelibs): Could not write to "/home/boud/kde/lcms2/share/apps/kritaplugins/modify_selection.rc" It worked for me because I have a local development install where the rc file it tries to write the shortcuts to is writable. I don't understand _why_ it tries to write there instead of in the user's settings directory. Git commit 32796276b6f036f63f2247eb19e1bf5b643e2f00 by Boudewijn Rempt. Committed on 03/06/2012 at 14:46. Pushed by rempt into branch 'master'. Save the shortcuts in the krita.rc file This has two advantages: * krita now can remember the shortcuts of the user even if they install a new version of krita with a higher kritarc version number * for plugins, where kde tries to save the shortcuts to the installed rc file (like /usr/share/apps/kritaplugins/modify_selection.rc) instead of in a .kde rc file, we save and restore the shortcuts correctly. Disadvantate: KDE natters on startup that setShortcut is used on a QAction that's a KAction. M +18 -2 krita/ui/kis_view2.cpp http://commits.kde.org/calligra/32796276b6f036f63f2247eb19e1bf5b643e2f00 |