-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124034/#review81298
-----------------------------------------------------------



krita/ui/KisApplication.cpp (line 151)
<https://git.reviewboard.kde.org/r/124034/#comment55721>

    Makes me wonder if this should not be rather done by ` 
KoGlobal::initialize()` as well.
    
    Possibly all other apps have the same problem (incl. Krita Sketch/Gemini)


- Friedrich W. H. Kossebau


On Juni 7, 2015, 4:58 nachm., Victor Wåhlström wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124034/
> -----------------------------------------------------------
> 
> (Updated Juni 7, 2015, 4:58 nachm.)
> 
> 
> Review request for Calligra.
> 
> 
> Repository: calligra
> 
> 
> Description
> -------
> 
> For some reason KGlobal::config() is constructed before all paths have been 
> added. This results in fallback kritarc files not being parsed at startup. 
> Side effects include bad initial UI layout, and blacklisted tools showing up 
> in the toolbox. This patch forces KGlobal::config() to reconsider all config 
> files on disk after paths have been added.
> 
> 
> Diffs
> -----
> 
>   krita/ui/KisApplication.cpp 6b83573 
> 
> Diff: https://git.reviewboard.kde.org/r/124034/diff/
> 
> 
> Testing
> -------
> 
> Tests done on Kubuntu 15.04
> 
> Closed Krita, removed user version of kritarc (~/.kde/share/config/kritarc), 
> started Krita without the patch, observed bad layout and tools which 
> shouldn't be in the toolbox.
> 
> Closed Krita, removed user version of kritarc (~/.kde/share/config/kritarc), 
> started Krita with the patch, observed good default layout and expected tools 
> in toolbox.
> 
> 
> Thanks,
> 
> Victor Wåhlström
> 
>

_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to