Packaging/Quirks and Caveats: Difference between revisions

imported>Makefu
No edit summary
imported>Mic92
No edit summary
Line 51: Line 51:
After packaging software and successfully generating an executable some functions of the package might still not work. This is a collection of error and how to fix them:
After packaging software and successfully generating an executable some functions of the package might still not work. This is a collection of error and how to fix them:


=== GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with ===


=== GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with ===
Sometime the error mesage might be also:
 
<syntaxHighlight lang="nix">
GLib-GIO-ERROR **: No GSettings schemas are installed on the system
</syntaxHighlight>


Fixed by adding <code>wrapGAppsHook</code> to buildInputs:
Fixed by adding <code>wrapGAppsHook</code> to buildInputs: