https://bugs.kde.org/show_bug.cgi?id=389650
Alvin Wong <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Alvin Wong <[email protected]> --- > I can't even find where those registrations are done: did you already > put the krita installer sources in the krita git repo, or are those > still the old ones done by Stuart? Well, they are in this pile of spaghetti: https://github.com/alvinhochun/KritaShellExtension/blob/master/installer/nsis/krita_shell_integration.nsh Of course, being Windows the file associations are derived from a pile of registry mess. These are maybe the points of interest (though all the other values are as important): https://github.com/alvinhochun/KritaShellExtension/blob/db269ae5ec0466aa88722d9559bf0f6fb651d9d7/installer/nsis/krita_shell_integration.nsh#L148 https://github.com/alvinhochun/KritaShellExtension/blob/db269ae5ec0466aa88722d9559bf0f6fb651d9d7/installer/nsis/krita_shell_integration.nsh#L166 Apparently I did not keep the links that I referred to over a year and a half ago. This would be the current documentation: https://msdn.microsoft.com/en-us/library/windows/desktop/cc144104(v=vs.85).aspx It's not exactly as simple as just adding the values to "SupportedTypes", by the way; or maybe it is but I can't tell before re-reading all the MSDN pages about it... -- You are receiving this mail because: You are watching all bug changes.
