Writing DVDs: Difference between revisions

imported>Ngiger
Document workaround from issue 1915
imported>Makefu
add warning for changing nix sotre
Line 8: Line 8:
where <code>QT_PLUGIN_PATH</code> is an appropriate store path. See also [[Qt#qt.qpa.plugin:_Could_not_find_the_Qt_platform_plugin_.22xcb.22_in_.22.22]]
where <code>QT_PLUGIN_PATH</code> is an appropriate store path. See also [[Qt#qt.qpa.plugin:_Could_not_find_the_Qt_platform_plugin_.22xcb.22_in_.22.22]]


 
{{Warning|Changing the nix store can lead to inconsistencies which are hard to debug. It is better to use security.wrappers when using NixOS}}
As suggested  by https://github.com/NixOS/nixpkgs/issues/19154#issuecomment-647005545 calling <code>sudo mount -o remount,rw /nix/store)</code> and changing the program permissions in K3b (Settings -> Configure k3b -> programs -> Permissions "tab") fixes the problem. (Tested with nixos 20.09 february 2021).
As suggested  by https://github.com/NixOS/nixpkgs/issues/19154#issuecomment-647005545 calling <code>sudo mount -o remount,rw /nix/store)</code> and changing the program permissions in K3b (Settings -> Configure k3b -> programs -> Permissions "tab") fixes the problem. (Tested with nixos 20.09 february 2021).